aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-07-23 07:04:00 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-07-23 07:04:00 -0700
commitfb36f3d1e4f6488c0c896666a686d45670cde04e (patch)
tree1368fd2606205c206c054002eaed881e33b1df88
parentd352e0dff2c88bc1519ee7040b8381231b2b2fac (diff)
parent611fd7955aa11c85ecd0ae9eaecb43f49130fc7f (diff)
downloadrails-fb36f3d1e4f6488c0c896666a686d45670cde04e.tar.gz
rails-fb36f3d1e4f6488c0c896666a686d45670cde04e.tar.bz2
rails-fb36f3d1e4f6488c0c896666a686d45670cde04e.zip
Merge pull request #2195 from castlerock/command_line_information
Small missing information added to command description. --help also works
-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