diff options
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); |