summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2013-10-03 21:34:54 +0200
committerKarel Zak2013-10-08 15:38:39 +0200
commitcfa5f791bf3e612c5bcd843f771f49e374efe778 (patch)
tree8559693abfab9ba4e3a909d64add96ef51532346 /text-utils
parentlibfdisk: (gpt) fix warning (diff)
downloadkernel-qcow2-util-linux-cfa5f791bf3e612c5bcd843f771f49e374efe778.tar.gz
kernel-qcow2-util-linux-cfa5f791bf3e612c5bcd843f771f49e374efe778.tar.xz
kernel-qcow2-util-linux-cfa5f791bf3e612c5bcd843f771f49e374efe778.zip
textual: use the standard angular brackets for non-literal arguments
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 1b8040ced..b37e46e0d 100644
--- a/text-utils/hexsyntax.c
+++ b/text-utils/hexsyntax.c
@@ -139,7 +139,7 @@ newsyntax(int argc, char ***argvp)
void __attribute__((__noreturn__)) usage(FILE *out)
{
fputs(USAGE_HEADER, out);
- fprintf(out, _(" %s [options] file...\n"), program_invocation_short_name);
+ fprintf(out, _(" %s [options] <file>...\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
fputs(_(" -b, --one-byte-octal one-byte octal display\n"), out);
fputs(_(" -c, --one-byte-char one-byte character display\n"), out);