diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-02 01:10:11 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-02 01:10:11 +0530 |
commit | d0355ed5a9d137456d0c3f574894732fe66811e7 (patch) | |
tree | 06a6ecc4f50ef10e99e4e16c2e8174734cf1c5dd /railties | |
parent | 6e02164e027d3ab725bff995c027ca5e276a9d4c (diff) | |
download | rails-d0355ed5a9d137456d0c3f574894732fe66811e7.tar.gz rails-d0355ed5a9d137456d0c3f574894732fe66811e7.tar.bz2 rails-d0355ed5a9d137456d0c3f574894732fe66811e7.zip |
add alias info for runner command
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/commands.rb | 2 |
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 |