Skip to content

Commit

Permalink
Fix README argument order for Pumactl. Close #1427
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Oct 4, 2017
1 parent 0169974 commit 1f8e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 1f8e92a

Please sign in to comment.