clarify usage

这个提交包含在:
AJ ONeal 2019-07-04 02:55:59 -06:00
父节点 9e01cacf05
当前提交 f1e3cf1b9c
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -38,6 +38,8 @@ Because debugging launchctl, systemd, etc absolutely sucks!
# Usage
The basic pattern of usage, and what that might look like:
```
serviceman add [options] [interpreter] <service> -- [service options]
```
@ -50,6 +52,8 @@ serviceman add foo.exe
serviceman add --title "Foo App" node ./foo.js -- --bar
```
You can also view the help and the version:
```
serviceman add --help
```