aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-07-21 12:25:55 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-07-21 12:25:55 +0000
commit853966727962976725be76ef8ed9b117efbe3105 (patch)
tree7fd11075a099437159daa1bc7950cd141c563d20
parent469a1ead538f928c131fb68fe82c8578138248c6 (diff)
downloadbusybox-w32-853966727962976725be76ef8ed9b117efbe3105.tar.gz
busybox-w32-853966727962976725be76ef8ed9b117efbe3105.tar.bz2
busybox-w32-853966727962976725be76ef8ed9b117efbe3105.zip
Patch from Tito, ass usage for strings -a options
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index ce5624752..43c67b303 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2207,6 +2207,7 @@
2207#define strings_full_usage \ 2207#define strings_full_usage \
2208 "Display printable strings in a binary file." \ 2208 "Display printable strings in a binary file." \
2209 "\n\nOptions:" \ 2209 "\n\nOptions:" \
2210 "\n\t-a\tScan the whole files (this is the default)."\
2210 "\n\t-f\tPrecede each string with the name of the file where it was found." \ 2211 "\n\t-f\tPrecede each string with the name of the file where it was found." \
2211 "\n\t-n N\tSpecifies that at least N characters forms a sequence (default 4)" \ 2212 "\n\t-n N\tSpecifies that at least N characters forms a sequence (default 4)" \
2212 "\n\t-o\tEach string is preceded by its decimal offset in the file." 2213 "\n\t-o\tEach string is preceded by its decimal offset in the file."