1
0
Fork 0
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:
Bratish Goswami 2011-07-23 10:41:49 +05:30
parent 5b6121aa34
commit 611fd7955a

View file

@ -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