diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2013-10-03 21:34:54 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-10-08 15:38:39 +0200 |
commit | cfa5f791bf3e612c5bcd843f771f49e374efe778 (patch) | |
tree | 8559693abfab9ba4e3a909d64add96ef51532346 /text-utils | |
parent | 8e7f944d95a36eec93b6475a5579e684eb684ce1 (diff) | |
download | util-linux-cfa5f791bf3e612c5bcd843f771f49e374efe778.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c index 1b8040ce..b37e46e0 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); |