Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snecklifter authored and ekohl committed Dec 8, 2020
1 parent c214354 commit 6d0c31e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/create-migration
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions man/foreman-installer.8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d0c31e

Please sign in to comment.