mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix README argument order for Pumactl. Close #1427
This commit is contained in:
parent
01699742a8
commit
1f8e92af42
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ Puma will start the control server on localhost port 9293. All requests to the c
|
|||
You can also interact with the control server via `pumactl`. This command will restart Puma:
|
||||
|
||||
```
|
||||
$ pumactl restart --control-token foo
|
||||
$ pumactl -C 'tcp://127.0.0.1:9293' --control-token foo restart
|
||||
```
|
||||
|
||||
To see a list of `pumactl` options, use `pumactl --help`.
|
||||
|
|
Loading…
Add table
Reference in a new issue