diff options
| author | Bratish Goswami <bratishgoswami@gmail.com> | 2011-07-23 10:41:49 +0530 |
|---|---|---|
| committer | Bratish Goswami <bratishgoswami@gmail.com> | 2011-07-23 10:41:49 +0530 |
| commit | 611fd7955aa11c85ecd0ae9eaecb43f49130fc7f (patch) | |
| tree | 148659a80aa7a361af2bc2c9a608120f79fec67f | |
| parent | 5b6121aa3428f4fc0f12fd797abde143b97650fb (diff) | |
| download | rails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.tar.gz rails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.tar.bz2 rails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.zip | |
Small missing information added to command description. --help also works like -h.
| -rw-r--r-- | railties/lib/rails/commands.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands.rb b/railties/lib/rails/commands.rb index 5e55aeada9..a21484e5cb 100644 --- a/railties/lib/rails/commands.rb +++ b/railties/lib/rails/commands.rb @@ -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 |
