diff options
Diffstat (limited to 'toys/posix')
-rw-r--r-- | toys/posix/kill.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/posix/kill.c b/toys/posix/kill.c index 3ea86e09..72ce9179 100644 --- a/toys/posix/kill.c +++ b/toys/posix/kill.c @@ -34,9 +34,9 @@ config KILLALL5 Send a signal to all processes outside current session. - -l List signal name(s) and number(s) - -o PID Omit PID - -s send SIGNAL (default SIGTERM) + -l List signal name(s) and number(s) + -o PID Omit PID + -s send SIGNAL (default SIGTERM) */ // This has to match the filename: |