]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexsyntax: in help text, wrap argument of option -e in angular brackets
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 4 Oct 2013 19:59:02 +0000 (21:59 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2013 13:27:28 +0000 (15:27 +0200)
Reported-by: Petr Písař <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
text-utils/hexsyntax.c

index 2910ca54bb26a4a19ffc23dc0321f8ec8c1fea4b..1b8040ced7c97837cb55442cc445abc1d2e9a145 100644 (file)
@@ -147,7 +147,7 @@ void __attribute__((__noreturn__)) usage(FILE *out)
        fputs(_(" -d, --two-bytes-decimal   two-byte decimal display\n"), out);
        fputs(_(" -o, --two-bytes-octal     two-byte octal display\n"), out);
        fputs(_(" -x, --two-bytes-hex       two-byte hexadecimal display\n"), out);
-       fputs(_(" -e, --format format       format string to be used for displaying data\n"), out);
+       fputs(_(" -e, --format <format>     format string to be used for displaying data\n"), out);
        fputs(_(" -f, --format-file <file>  file that contains format strings\n"), out);
        fputs(_(" -n, --length <length>     interpret only length bytes of input\n"), out);
        fputs(_(" -s, --skip <offset>       skip offset bytes from the beginning\n"), out);