From d0355ed5a9d137456d0c3f574894732fe66811e7 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 2 Jun 2011 01:10:11 +0530 Subject: add alias info for runner command --- railties/lib/rails/commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') 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 -- cgit v1.2.3