From 74f22a7d5cb6ed03f00c261fb4e28b411f1c4c0a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 Oct 2018 16:21:37 -0700 Subject: Some more --help consistency. From eyeballing the output of for i in `./toybox | tr " " "\n"` ; do ./toybox $i --help ; done | \ grep '^-' | grep -v "\t" --- toys/posix/kill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toys/posix/kill.c') 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: -- cgit v1.2.3