aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands.rb
diff options
context:
space:
mode:
authorBratish Goswami <bratishgoswami@gmail.com>2011-07-23 10:41:49 +0530
committerBratish Goswami <bratishgoswami@gmail.com>2011-07-23 10:41:49 +0530
commit611fd7955aa11c85ecd0ae9eaecb43f49130fc7f (patch)
tree148659a80aa7a361af2bc2c9a608120f79fec67f /railties/lib/rails/commands.rb
parent5b6121aa3428f4fc0f12fd797abde143b97650fb (diff)
downloadrails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.tar.gz
rails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.tar.bz2
rails-611fd7955aa11c85ecd0ae9eaecb43f49130fc7f.zip
Small missing information added to command description. --help also works like -h.
Diffstat (limited to 'railties/lib/rails/commands.rb')
-rw-r--r--railties/lib/rails/commands.rb2
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