[BusyBox-cvs] CVS update of busybox/include (usage.h)

Erik Andersen andersen at codepoet.org
Thu Aug 19 18:25:03 UTC 2004


    Date: Thursday, August 19, 2004 @ 12:25:03
  Author: andersen
    Path: /var/cvs/busybox/include

Modified: usage.h (1.219 -> 1.220)

Patch from Tito documenting the '-q' option


Index: busybox/include/usage.h
diff -u busybox/include/usage.h:1.219 busybox/include/usage.h:1.220
--- busybox/include/usage.h:1.219	Wed Aug 18 11:57:16 2004
+++ busybox/include/usage.h	Thu Aug 19 12:25:02 2004
@@ -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"
 



More information about the busybox-cvs mailing list