summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-04 21:59:02 +0200
committerKarel Zak2013-10-08 15:27:28 +0200
commit98063fc7befba7648bff56d06b07e7ddd28f3d0c (patch)
treedb6eab0260d800305f7e678ec4567518ae846cf5 /text-utils
parenttextual: end both the singular and the plural message with a period (diff)
downloadkernel-qcow2-util-linux-98063fc7befba7648bff56d06b07e7ddd28f3d0c.tar.gz
kernel-qcow2-util-linux-98063fc7befba7648bff56d06b07e7ddd28f3d0c.tar.xz
kernel-qcow2-util-linux-98063fc7befba7648bff56d06b07e7ddd28f3d0c.zip
hexsyntax: in help text, wrap argument of option -e in angular brackets
Reported-by: Petr Písař <petr.pisar@atlas.cz> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/hexsyntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c
index 2910ca54b..1b8040ced 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> 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);