1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Corrected help text.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@549 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
filipe 2007-08-14 02:01:57 +00:00
parent 6dc6505955
commit a891276e2c

View file

@ -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