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