Skip to content

Commit

Permalink
Removed the comment that rack.pid is the default as it doesn't seem t…
Browse files Browse the repository at this point in the history
…o be the default at all
  • Loading branch information
basvodde committed Apr 12, 2013
1 parent 232ed1e commit 683fedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/server.rb
Expand Up @@ -66,7 +66,7 @@ def parse!(args)
options[:daemonize] = d ? true : false
}

opts.on("-P", "--pid FILE", "file to store PID (default: rack.pid)") { |f|
opts.on("-P", "--pid FILE", "file to store PID") { |f|
options[:pid] = ::File.expand_path(f)
}

Expand Down

0 comments on commit 683fedc

Please sign in to comment.