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:
parent
6dc6505955
commit
a891276e2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue