]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: use the standard angular brackets for non-literal arguments
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 3 Oct 2013 19:34:54 +0000 (21:34 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2013 13:38:39 +0000 (15:38 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisks/cfdisk.c
text-utils/hexsyntax.c

index bb324338a8dadca34bd43ca03a1d0a5cba64d08d..1a95c1e0b79c04db3319ab2996777350a8e6aa38 100644 (file)
@@ -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);
index 1b8040ced7c97837cb55442cc445abc1d2e9a145..b37e46e0d32160fb4076e2fe52acd974ba05844a 100644 (file)
@@ -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);