From edac3e2c2e7464e972d92e2f083d4a9df15edd0e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 14 Dec 2014 20:45:33 +0100 Subject: [PATCH] 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 --- disk-utils/sfdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3