mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 04:39:48 +00:00
Patch from Tito documenting the '-q' option
This commit is contained in:
parent
cb01bb1d68
commit
b131db4326
@ -1371,11 +1371,12 @@
|
||||
"$ kill 252\n"
|
||||
|
||||
#define killall_trivial_usage \
|
||||
"[-signal] process-name [process-name ...]"
|
||||
"[-q] [-signal] process-name [process-name ...]"
|
||||
#define killall_full_usage \
|
||||
"Send a signal (default is SIGTERM) to the specified process(es).\n\n"\
|
||||
"Options:\n" \
|
||||
"\t-l\tList all signal names and numbers."
|
||||
"\t-l\tList all signal names and numbers.\n"\
|
||||
"\t-q\tDo not complain if no processes were killed."
|
||||
#define killall_example_usage \
|
||||
"$ killall apache\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user