textual: use the standard angular brackets for non-literal arguments

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2013-10-03 21:34:54 +02:00 committed by Karel Zak
parent 8e7f944d95
commit cfa5f791bf
2 changed files with 2 additions and 2 deletions

View 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);