From 8a59ff19ffa12e3401724740bbc097d0059cd8b3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 23 Mar 2022 13:06:09 +0100 Subject: [PATCH] column: add missing help entry Signed-off-by: Karel Zak --- text-utils/column.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.3