mirror of
https://github.com/sheumann/hush.git
synced 2025-01-08 18:30:27 +00:00
Patch from Tito, ass usage for strings -a options
This commit is contained in:
parent
469a1ead53
commit
8539667279
@ -2207,6 +2207,7 @@
|
|||||||
#define strings_full_usage \
|
#define strings_full_usage \
|
||||||
"Display printable strings in a binary file." \
|
"Display printable strings in a binary file." \
|
||||||
"\n\nOptions:" \
|
"\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-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-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."
|
"\n\t-o\tEach string is preceded by its decimal offset in the file."
|
||||||
|
Loading…
Reference in New Issue
Block a user