doc/Admin.md: minor improvement

This commit is contained in:
Pragmatic Software 2020-02-16 11:17:07 -08:00
parent 4df826ae02
commit fcf8605389
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ Option | Description
`-a` | kill all processes
`-t <seconds>` | kill processes running longer than `<seconds>`
`-s <signal>` | send `<signal>` to processes instead of interrupt signal
`pids...` | space-separated list of PIDs to kill
`pids...` | space-delimited list of PIDs to kill
If neither options `-a` or `-t` are provided then the `pids...` option is required.