]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - text-utils/col.c
misc: consolidate all --help option descriptions
[thirdparty/util-linux.git] / text-utils / col.c
index a473e55fb0085cb5b217c0ddc8802c0d8aa8ea6a..01ee61b27b115fe03804711bb960fc7b89fdf93c 100644 (file)
@@ -142,9 +142,11 @@ static void __attribute__((__noreturn__)) usage(void)
                " -h, --tabs             convert spaces to tabs\n"
                " -x, --spaces           convert tabs to spaces\n"
                " -l, --lines NUM        buffer at least NUM lines\n"
-               " -V, --version          output version information and exit\n"
-               " -H, --help             display this help and exit\n\n"));
+               ));
+       printf( " -H, --help             %s\n", USAGE_OPTSTR_HELP);
+       printf( " -V, --version          %s\n", USAGE_OPTSTR_VERSION);
 
+       fputs(USAGE_SEPARATOR, out);
        fprintf(out, _(
                "%s reads from standard input and writes to standard output\n\n"),
                program_invocation_short_name);