From 960c7f45db0bd290166d76da3c9114b232ee3c6e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 16 Feb 2020 11:05:40 -0800 Subject: [PATCH] doc/Admin.md: update `ps` and `kill` usage --- doc/Admin.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 10501faa..2208594a 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -546,12 +546,14 @@ Name | Description ### ps Lists all currently running background processes. -Usage: `ps` +Usage: `Usage: ps [-atu]; -a show all information; -t show running time; -u show user/channel` ### kill Sends the interrupt signal to selected running background processes. -Usage: `kill ` +Usage: `Usage: kill [-a] [-t ] [-s ] [pids...]; -a kill all processes; -t kill processes running longer than ; -s send to processes` + +If neither options `-a` or `-t` are provided then the `pids...` option is required. ## Miscellaneous commands These are some of the miscellaneous admin commands that have not been covered