summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.c
diff options
context:
space:
mode:
authorBenno Schulenberg2015-06-17 08:28:32 +0200
committerKarel Zak2015-06-17 11:01:33 +0200
commit3f43f5d05e9531d3ca8cc4fbe26a36c541abe476 (patch)
tree4f582230fddbcb79176e6b698facc2b62207b476 /disk-utils/sfdisk.c
parenttests: always kill helper (diff)
downloadkernel-qcow2-util-linux-3f43f5d05e9531d3ca8cc4fbe26a36c541abe476.tar.gz
kernel-qcow2-util-linux-3f43f5d05e9531d3ca8cc4fbe26a36c541abe476.tar.xz
kernel-qcow2-util-linux-3f43f5d05e9531d3ca8cc4fbe26a36c541abe476.zip
sfdisk: show that the command --verify optionally takes device names
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils/sfdisk.c')
-rw-r--r--disk-utils/sfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index 2c56e343b..a12694378 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);