From 98063fc7befba7648bff56d06b07e7ddd28f3d0c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 4 Oct 2013 21:59:02 +0200 Subject: [PATCH] hexsyntax: in help text, wrap argument of option -e in angular brackets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Petr Písař Signed-off-by: Benno Schulenberg --- text-utils/hexsyntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c index 2910ca54bb..1b8040ced7 100644 --- a/text-utils/hexsyntax.c +++ b/text-utils/hexsyntax.c @@ -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 string to be used for displaying data\n"), out); fputs(_(" -f, --format-file file that contains format strings\n"), out); fputs(_(" -n, --length interpret only length bytes of input\n"), out); fputs(_(" -s, --skip skip offset bytes from the beginning\n"), out); -- 2.47.3