]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Update col.c to fix option mistake
authorConnor-GH <72793802+Connor-GH@users.noreply.github.com>
Sat, 21 Oct 2023 22:55:49 +0000 (17:55 -0500)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 10:15:29 +0000 (11:15 +0100)
text-utils/col.c

index afea8aa62582d4239a8cb9398630ef5deedb3667..56ccec99dd2ee643bc3f73e26655013fe49aad87 100644 (file)
@@ -183,7 +183,7 @@ static void __attribute__((__noreturn__)) usage(void)
                " -l, --lines NUM        buffer at least NUM lines\n"
                ));
        printf( " -H, --help             %s\n", USAGE_OPTSTR_HELP);
-       printf( " -v, --version          %s\n", USAGE_OPTSTR_VERSION);
+       printf( " -V, --version          %s\n", USAGE_OPTSTR_VERSION);
 
        printf(USAGE_MAN_TAIL("col(1)"));
        exit(EXIT_SUCCESS);