sfdisk: show that the command --verify optionally takes device names

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2015-06-17 08:28:32 +02:00 committed by Karel Zak
parent 1e2b75611d
commit 3f43f5d05e
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ List the sizes of all or the specified devices.
Print all supported types for the current disk label or the label specified by Print all supported types for the current disk label or the label specified by
\fB\-\-label\fR. \fB\-\-label\fR.
.TP .TP
.BR \-V , " \-\-verify .BR \-V , " \-\-verify " [ \fIdevice ...]
Test whether the partition table and partitions seem correct. Test whether the partition table and partitions seem correct.
.SH OPTIONS .SH OPTIONS

View File

@ -1413,7 +1413,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
fputs(_(" -l, --list [<dev> ...] list partitions of each device\n"), out); fputs(_(" -l, --list [<dev> ...] list partitions of each device\n"), out);
fputs(_(" -s, --show-size [<dev> ...] list sizes of all or specified devices\n"), out); fputs(_(" -s, --show-size [<dev> ...] list sizes of all or specified devices\n"), out);
fputs(_(" -T, --list-types print the recognized types (see -X)\n"), out); fputs(_(" -T, --list-types print the recognized types (see -X)\n"), out);
fputs(_(" -V, --verify test whether partitions seem correct\n"), out); fputs(_(" -V, --verify [<dev> ...] test whether partitions seem correct\n"), out);
fputs(USAGE_SEPARATOR, out); fputs(USAGE_SEPARATOR, out);
fputs(_(" --part-label <dev> <part> [<str>] print or change partition label\n"), out); fputs(_(" --part-label <dev> <part> [<str>] print or change partition label\n"), out);