about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorfilipe <filipe@19e92222-5c0b-0410-8929-a290d50e31e9>2007-08-14 02:01:57 +0000
committerfilipe <filipe@19e92222-5c0b-0410-8929-a290d50e31e9>2007-08-14 02:01:57 +0000
commita891276e2c20ca3cc82923129e48d88a5ff52a25 (patch)
tree04db7cd579450704a60f618519211ff4f6c5af86 /bin
parent6dc650595592e2b9d0ce645db709de23718e1c84 (diff)
downloadunicorn-a891276e2c20ca3cc82923129e48d88a5ff52a25.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@549 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index edcba12..4ecc135 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -70,7 +70,7 @@ module Mongrel
       if @generate
         STDERR.puts "** Writing config to \"#@generate\"."
         open(@generate, "w") {|f| f.write(settings.to_yaml) }
-        STDERR.puts "** Finished.  Run \"mongrel_rails -C #@generate\" to use the config file."
+        STDERR.puts "** Finished.  Run \"mongrel_rails start -C #@generate\" to use the config file."
         exit 0
       end