clarify usage

This commit is contained in:
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
```