aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-06-02 01:10:11 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-06-02 01:10:11 +0530
commitd0355ed5a9d137456d0c3f574894732fe66811e7 (patch)
tree06a6ecc4f50ef10e99e4e16c2e8174734cf1c5dd /railties/lib
parent6e02164e027d3ab725bff995c027ca5e276a9d4c (diff)
downloadrails-d0355ed5a9d137456d0c3f574894732fe66811e7.tar.gz
rails-d0355ed5a9d137456d0c3f574894732fe66811e7.tar.bz2
rails-d0355ed5a9d137456d0c3f574894732fe66811e7.zip
add alias info for runner command
Diffstat (limited to 'railties/lib')
-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 39627a3094..f22b4ef1f1 100644
--- a/railties/lib/rails/commands.rb
+++ b/railties/lib/rails/commands.rb
@@ -95,7 +95,7 @@ In addition to those, there are:
benchmarker See how fast a piece of code runs
profiler Get profile information from a piece of code
plugin Install a plugin
- runner Run a piece of code in the application environment
+ runner Run a piece of code in the application environment (short-cut alias: "r")
All commands can be run with -h for more information.
EOT