From 6d0c31e590b6680a88b729cb057aa3b7b62a69eb Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Tue, 8 Dec 2020 06:00:05 +0000 Subject: [PATCH] spelling fix --- bin/create-migration | 2 +- man/foreman-installer.8.asciidoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/create-migration b/bin/create-migration index 2f06dc7a..b2e8012e 100755 --- a/bin/create-migration +++ b/bin/create-migration @@ -1,7 +1,7 @@ #!/usr/bin/env ruby if ARGV.length < 2 - $stderr.puts "Usage #{$PROGRAM_NAME} MIRGATION_NAME DIRECTORY [DIRECTORY]" + $stderr.puts "Usage #{$PROGRAM_NAME} MIGRATION_NAME DIRECTORY [DIRECTORY]" $stderr.puts "e.g., #{$PROGRAM_NAME} add-server-ssl-crl config/foreman.migrations" exit 1 end diff --git a/man/foreman-installer.8.asciidoc b/man/foreman-installer.8.asciidoc index 1fc97b96..24c47942 100644 --- a/man/foreman-installer.8.asciidoc +++ b/man/foreman-installer.8.asciidoc @@ -116,7 +116,7 @@ Skip saving answers to answers.yaml? (default: false) Run puppet in noop mode? (default: false) -v, --verbose:: -Display log on STDOUT instead of progressbar +Display log on STDOUT instead of progress bar -l, --verbose-log-level 'LEVEL':: Log level for verbose mode output (default: "info") @@ -160,10 +160,10 @@ Skip all system checks (default: false) Use installation scenario --list-scenarios:: -List available installation scenaraios +List available installation scenarios --force:: -Force change of installation scenaraio +Force change of installation scenario --compare-scenarios:: Show changes between last used scenario and the scenario specified