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 72ce9179..f8e86b67 100644 --- a/toys/posix/kill.c +++ b/toys/posix/kill.c @@ -36,7 +36,7 @@ config KILLALL5 -l List signal name(s) and number(s) -o PID Omit PID - -s send SIGNAL (default SIGTERM) + -s Send SIGNAL (default SIGTERM) */ // This has to match the filename: |