]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
column: add missing help entry
authorKarel Zak <kzak@redhat.com>
Wed, 23 Mar 2022 12:06:09 +0000 (13:06 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Mar 2022 09:14:31 +0000 (11:14 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/column.c

index f07486f2eb218ca50008f4de8c1937a1daa03301..220e5e6a42b045d5bf887a2be958539b7441c40f 100644 (file)
@@ -709,6 +709,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -t, --table                      create a table\n"), out);
        fputs(_(" -n, --table-name <name>          table name for JSON output\n"), out);
        fputs(_(" -O, --table-order <columns>      specify order of output columns\n"), out);
+       fputs(_(" -C, --table-column <properties>  define column\n"), out);
        fputs(_(" -N, --table-columns <names>      comma separated columns names\n"), out);
        fputs(_(" -l, --table-columns-limit <num>  maximal number of input columns\n"), out);
        fputs(_(" -E, --table-noextreme <columns>  don't count long text from the columns to column width\n"), out);