From 3f43f5d05e9531d3ca8cc4fbe26a36c541abe476 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 17 Jun 2015 08:28:32 +0200 Subject: sfdisk: show that the command --verify optionally takes device names Signed-off-by: Benno Schulenberg --- disk-utils/sfdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/sfdisk.c') 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 [ ...] list partitions of each device\n"), out); fputs(_(" -s, --show-size [ ...] 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 [ ...] test whether partitions seem correct\n"), out); fputs(USAGE_SEPARATOR, out); fputs(_(" --part-label [] print or change partition label\n"), out); -- cgit v1.2.3-55-g7522