Add square brackets, <disk> is optional for -l.
Reported-by: Phillip Susi <psusi@ubuntu.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
fputs(USAGE_HEADER, out);
fprintf(out,
- _(" %1$s [options] <disk> change partition table\n"
- " %1$s [options] -l <disk> list partition table(s)\n"),
+ _(" %1$s [options] <disk> change partition table\n"
+ " %1$s [options] -l [<disk>] list partition table(s)\n"),
program_invocation_short_name);
fputs(USAGE_OPTIONS, out);