From fcf8605389809a0d2cfbab7f0a6c4d359acbf49f Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 16 Feb 2020 11:17:07 -0800 Subject: [PATCH] doc/Admin.md: minor improvement --- doc/Admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index 2dd5956e..460e8464 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -564,7 +564,7 @@ Option | Description `-a` | kill all processes `-t ` | kill processes running longer than `` `-s ` | send `` 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.