mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add -R to specify the restart command
This commit is contained in:
parent
eddb9e2adf
commit
cd7b2127dc
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ module Puma
|
|||
@options[:quiet] = true
|
||||
end
|
||||
|
||||
o.on "--restart-cmd CMD",
|
||||
o.on "-R", "--restart-cmd CMD",
|
||||
"The puma command to run during a hot restart",
|
||||
"Default: inferred" do |cmd|
|
||||
@options[:restart_cmd] = cmd
|
||||
|
|
Loading…
Add table
Reference in a new issue