From 611fd7955aa11c85ecd0ae9eaecb43f49130fc7f Mon Sep 17 00:00:00 2001 From: Bratish Goswami Date: Sat, 23 Jul 2011 10:41:49 +0530 Subject: [PATCH] Small missing information added to command description. --help also works like -h. --- railties/lib/rails/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/commands.rb b/railties/lib/rails/commands.rb index 5e55aeada98df..a21484e5cb259 100644 --- a/railties/lib/rails/commands.rb +++ b/railties/lib/rails/commands.rb @@ -93,7 +93,7 @@ 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