Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/sfdisk.8 | 2 +- disk-utils/sfdisk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 7a89791..91cba72 100644 --- a/disk-utils/sfdisk.8 +++ b/disk-utils/sfdisk.8 @@ -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 \fB\-\-label\fR. .TP -.BR \-V , " \-\-verify +.BR \-V , " \-\-verify " [ \fIdevice ...] Test whether the partition table and partitions seem correct. .SH OPTIONS diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index 2c56e34..a126943 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -1413,7 +1413,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *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(_(" -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(_(" --part-label <dev> <part> [<str>] print or change partition label\n"), out); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html