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@xxxxxxxxxxxxx> --- disk-utils/sfdisk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index cff8664..73a1331 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); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html