From: Karel Zak Date: Wed, 23 Mar 2022 12:06:09 +0000 (+0100) Subject: column: add missing help entry X-Git-Tag: v2.39-rc1~746 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a59ff19ffa12e3401724740bbc097d0059cd8b3;p=thirdparty%2Futil-linux.git column: add missing help entry Signed-off-by: Karel Zak --- diff --git a/text-utils/column.c b/text-utils/column.c index f07486f2eb..220e5e6a42 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -709,6 +709,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" -t, --table create a table\n"), out); fputs(_(" -n, --table-name table name for JSON output\n"), out); fputs(_(" -O, --table-order specify order of output columns\n"), out); + fputs(_(" -C, --table-column define column\n"), out); fputs(_(" -N, --table-columns comma separated columns names\n"), out); fputs(_(" -l, --table-columns-limit maximal number of input columns\n"), out); fputs(_(" -E, --table-noextreme don't count long text from the columns to column width\n"), out);