diff options
Diffstat (limited to 'toys/posix/kill.c')
-rw-r--r-- | toys/posix/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/kill.c b/toys/posix/kill.c index 3c129b04..27676593 100644 --- a/toys/posix/kill.c +++ b/toys/posix/kill.c @@ -18,7 +18,7 @@ config KILL bool "kill" default y help - usage: kill [-l [SIGNAL] | -s SIGNAL | -SIGNAL] pid... + usage: kill [-l [SIGNAL] | -s SIGNAL | -SIGNAL] PID... Send signal to process(es). |