diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index e4a68227e..b01884968 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -18,7 +18,7 @@ | |||
18 | //kbuild:lib-$(CONFIG_STRINGS) += strings.o | 18 | //kbuild:lib-$(CONFIG_STRINGS) += strings.o |
19 | 19 | ||
20 | //usage:#define strings_trivial_usage | 20 | //usage:#define strings_trivial_usage |
21 | //usage: "[-fo] [-t o/d/x] [-n LEN] [FILE]..." | 21 | //usage: "[-fo] [-t o|d|x] [-n LEN] [FILE]..." |
22 | //usage:#define strings_full_usage "\n\n" | 22 | //usage:#define strings_full_usage "\n\n" |
23 | //usage: "Display printable strings in a binary file\n" | 23 | //usage: "Display printable strings in a binary file\n" |
24 | //We usually don't bother user with "nop" options. They work, but are not shown: | 24 | //We usually don't bother user with "nop" options. They work, but are not shown: |
@@ -26,7 +26,7 @@ | |||
26 | //unimplemented alternative is -d: Only strings from initialized, loaded data sections | 26 | //unimplemented alternative is -d: Only strings from initialized, loaded data sections |
27 | //usage: "\n -f Precede strings with filenames" | 27 | //usage: "\n -f Precede strings with filenames" |
28 | //usage: "\n -o Precede strings with octal offsets" | 28 | //usage: "\n -o Precede strings with octal offsets" |
29 | //usage: "\n -t o/d/x Precede strings with offsets in base 8/10/16" | 29 | //usage: "\n -t o|d|x Precede strings with offsets in base 8/10/16" |
30 | //usage: "\n -n LEN At least LEN characters form a string (default 4)" | 30 | //usage: "\n -n LEN At least LEN characters form a string (default 4)" |
31 | 31 | ||
32 | #include "libbb.h" | 32 | #include "libbb.h" |