mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Small missing information added to command description. --help also works like -h.
This commit is contained in:
parent
5b6121aa34
commit
611fd7955a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ In addition to those, there are:
|
|||
plugin Install a plugin
|
||||
runner Run a piece of code in the application environment (short-cut alias: "r")
|
||||
|
||||
All commands can be run with -h for more information.
|
||||
All commands can be run with -h (or --help) for more information.
|
||||
EOT
|
||||
exit(1)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue