]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: in the usage text show -v for --version instead of -V
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 14 Dec 2014 19:45:33 +0000 (20:45 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 19 Dec 2014 08:57:28 +0000 (09:57 +0100)
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>
disk-utils/sfdisk.c

index cff8664f5011dd2f21e490539d280e47b937cb82..73a1331ede2d09ce9e6a2fcd24c97723b8d6d112 100644 (file)
@@ -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);