summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fdisks/cfdisk.c2
-rw-r--r--text-utils/hexsyntax.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fdisks/cfdisk.c b/fdisks/cfdisk.c
index bb324338..1a95c1e0 100644
--- a/fdisks/cfdisk.c
+++ b/fdisks/cfdisk.c
@@ -2760,7 +2760,7 @@ copyright(void) {
static void __attribute__ ((__noreturn__)) usage(FILE *out)
{
fputs(USAGE_HEADER, out);
- fprintf(out, _(" %s [options] device\n"), program_invocation_short_name);
+ fprintf(out, _(" %s [options] <device>\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
fputs(_(" -c, --cylinders <number> set the number of cylinders to use\n"), out);
fputs(_(" -h, --heads <number> set the number of heads to use\n"), out);
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);