From: Benno Schulenberg Date: Sun, 14 Dec 2014 19:45:33 +0000 (+0100) Subject: sfdisk: in the usage text show -v for --version instead of -V X-Git-Tag: v2.26-rc1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edac3e2c2e7464e972d92e2f083d4a9df15edd0e;p=thirdparty%2Futil-linux.git 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 --- diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index cff8664f50..73a1331ede 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);