]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: show that the command --verify optionally takes device names
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 17 Jun 2015 06:28:32 +0000 (08:28 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 17 Jun 2015 09:01:33 +0000 (11:01 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
disk-utils/sfdisk.8
disk-utils/sfdisk.c

index 7a89791c1a0df547a13422c32df8689c234e5fd3..91cba728667a04533a21444004ce2f0110e70ff5 100644 (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
 \fB\-\-label\fR.
 .TP
-.BR \-V , " \-\-verify
+.BR \-V , " \-\-verify " [ \fIdevice ...]
 Test whether the partition table and partitions seem correct.
 
 .SH OPTIONS
index 2c56e343b7381a4ffa5515587f96205c43a625bb..a12694378d9f5a4738fe912bd375aae8954b266c 100644 (file)
@@ -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);