Patch from Tito, ass usage for strings -a options
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 21 Jul 2004 12:25:55 +0000 (12:25 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 21 Jul 2004 12:25:55 +0000 (12:25 -0000)
include/usage.h

index ce5624752fbf09585e1a792a6d9bf9e133025efd..43c67b303d4ae512fedc38f501beb6cd6e43ecbb 100644 (file)
 #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."