Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2195 from castlerock/command_line_information
Small missing information added to command description. --help also works
  • Loading branch information
spastorino committed Jul 23, 2011
2 parents d352e0d + 611fd79 commit fb36f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/commands.rb
Expand Up @@ -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

0 comments on commit fb36f3d

Please sign in to comment.