Revise docs for 3.0.0-alpha.5 (#689)

* Revise docs for 3.0.0-alpha.5

* Revise docs for 3.0.0-alpha.5
This commit is contained in:
Next Turn
2020-10-22 21:28:16 +08:00
committed by GitHub
parent fa7c00a3d0
commit c24ca31aae
3 changed files with 11 additions and 5 deletions

View File

@@ -247,9 +247,15 @@ Draws the process tree associated with the service.
### Usage
```console
winsw dev ps [<path-to-config>]
winsw dev ps [<path-to-config>] [-a|--all]
```
### Options
- `-a|--all`
Optional. Draws the process tree associated with all services.
## `dev kill` command
Terminates the service if it has stopped responding.