Patch from Tito documenting the '-q' option
authorEric Andersen <andersen@codepoet.org>
Thu, 19 Aug 2004 18:25:02 +0000 (18:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 19 Aug 2004 18:25:02 +0000 (18:25 -0000)
include/usage.h

index c92c80a..a0b812a 100644 (file)
        "$ 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"