summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2014-12-14 20:45:33 +0100
committerKarel Zak2014-12-19 09:57:28 +0100
commitedac3e2c2e7464e972d92e2f083d4a9df15edd0e (patch)
tree24edc701e5761a9d77935fc108ecd804b3b5334e /disk-utils
parentdocs: fix the grammar and formatting in the man page of sfdisk (diff)
downloadkernel-qcow2-util-linux-edac3e2c2e7464e972d92e2f083d4a9df15edd0e.tar.gz
kernel-qcow2-util-linux-edac3e2c2e7464e972d92e2f083d4a9df15edd0e.tar.xz
kernel-qcow2-util-linux-edac3e2c2e7464e972d92e2f083d4a9df15edd0e.zip
sfdisk: in the usage text show -v for --version instead of -V
In sfdisk -V is taken by --verify. Use for the description of --version the same indentation as for --help, not that of the other options. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'disk-utils')
-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 cff8664f5..73a1331ed 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -1348,7 +1348,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
fputs(USAGE_SEPARATOR, out);
fputs(USAGE_HELP, out);
- fputs(USAGE_VERSION, out);
+ fputs(_(" -v, --version output version information and exit\n"), out);
list_available_columns(out);