Yelp / pgctl

Manage sets of developer services -- "playground control"
http://pgctl.rtfd.org
MIT License
32 stars 15 forks source link

Fix incorrect hint messages about force stop #192

Closed yalinhuang closed 7 years ago

yalinhuang commented 7 years ago

The hint message is incorrect --

There are two ways you can fix this:

"--force" is an optional argument while "stop" and "playground/sweet" are positional arguments; optional arguments cannot appear in between positional ones. The pgctl command should instead be pgctl --force stop playground/sweet or pgctl stop playground/sweet --force.