textual: use the standard angular brackets for non-literal arguments
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
parent
8e7f944d95
commit
cfa5f791bf
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue