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

Glenn McGrath bug1 at codepoet.org
Wed Jul 21 12:25:56 UTC 2004


    Date: Wednesday, July 21, 2004 @ 06:25:56
  Author: bug1
    Path: /var/cvs/busybox/include

Modified: usage.h (1.213 -> 1.214)

Patch from Tito, ass usage for strings -a options


Index: busybox/include/usage.h
diff -u busybox/include/usage.h:1.213 busybox/include/usage.h:1.214
--- busybox/include/usage.h:1.213	Sat Jun  5 01:58:17 2004
+++ busybox/include/usage.h	Wed Jul 21 06:25:55 2004
@@ -2207,6 +2207,7 @@
 #define strings_full_usage \
 	"Display printable strings in a binary file." \
 	"\n\nOptions:" \
+	"\n\t-a\tScan the whole files (this is the default)."\
 	"\n\t-f\tPrecede each string with the name of the file where it was found." \
 	"\n\t-n N\tSpecifies that at least N characters forms a sequence (default 4)" \
 	"\n\t-o\tEach string is preceded by its decimal offset in the file."



More information about the busybox-cvs mailing list