From: Connor-GH <72793802+Connor-GH@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:55:49 +0000 (-0500) Subject: Update col.c to fix option mistake X-Git-Tag: v2.40-rc1~198^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77bf9737bb398e82588e91744547dccf0f5d0ed0;p=thirdparty%2Futil-linux.git Update col.c to fix option mistake --- diff --git a/text-utils/col.c b/text-utils/col.c index 2987db8ed5..d1502d3050 100644 --- a/text-utils/col.c +++ b/text-utils/col.c @@ -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);