aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/killall.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/killall.c')
-rw-r--r--toys/lsb/killall.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/toys/lsb/killall.c b/toys/lsb/killall.c
index d524107c..8870618b 100644
--- a/toys/lsb/killall.c
+++ b/toys/lsb/killall.c
@@ -14,11 +14,11 @@ config KILLALL
Send a signal (default: TERM) to all processes with the given names.
- -i ask for confirmation before killing
- -l print list of all available signals
- -q don't print any warnings or error messages
- -s send SIGNAL instead of SIGTERM
- -v report if the signal was successfully sent
+ -i Ask for confirmation before killing
+ -l Print list of all available signals
+ -q Don't print any warnings or error messages
+ -s Send SIGNAL instead of SIGTERM
+ -v Report if the signal was successfully sent
*/
#define FOR_killall