aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-19 18:25:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-08-19 18:25:02 +0000
commit1f782e98970996ec7955dbc7f391f6c71ccc417b (patch)
tree1e4318a8e0e0ff51c79536d242ca5226ea1ca3c5 /include
parent50bff764c32353a67c2000c5d440c904959a9ec2 (diff)
downloadbusybox-w32-1f782e98970996ec7955dbc7f391f6c71ccc417b.tar.gz
busybox-w32-1f782e98970996ec7955dbc7f391f6c71ccc417b.tar.bz2
busybox-w32-1f782e98970996ec7955dbc7f391f6c71ccc417b.zip
Patch from Tito documenting the '-q' option
git-svn-id: svn://busybox.net/trunk/busybox@9128 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index c92c80ab0..a0b812a4a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1371,11 +1371,12 @@
1371 "$ kill 252\n" 1371 "$ kill 252\n"
1372 1372
1373#define killall_trivial_usage \ 1373#define killall_trivial_usage \
1374 "[-signal] process-name [process-name ...]" 1374 "[-q] [-signal] process-name [process-name ...]"
1375#define killall_full_usage \ 1375#define killall_full_usage \
1376 "Send a signal (default is SIGTERM) to the specified process(es).\n\n"\ 1376 "Send a signal (default is SIGTERM) to the specified process(es).\n\n"\
1377 "Options:\n" \ 1377 "Options:\n" \
1378 "\t-l\tList all signal names and numbers." 1378 "\t-l\tList all signal names and numbers.\n"\
1379 "\t-q\tDo not complain if no processes were killed."
1379#define killall_example_usage \ 1380#define killall_example_usage \
1380 "$ killall apache\n" 1381 "$ killall apache\n"
1381 1382