]> 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)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 22:55:49 +0000 (17:55 -0500)
text-utils/col.c

index 2987db8ed504cb758ce387f3abe4f8e32a9f846c..d1502d30501ff29aa4237d8ce40ed24cc78c37a2 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);