From 2ff50de480f4281cb556fe68576535e9fe75e4a5 Mon Sep 17 00:00:00 2001 From: Robert Kessl Date: Fri, 20 Jun 2014 14:03:26 +0200 Subject: [PATCH] tableprinter: update of documentation --- ucw/table.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ucw/table.h b/ucw/table.h index e1a0b504..1e771f86 100644 --- a/ucw/table.h +++ b/ucw/table.h @@ -165,6 +165,15 @@ enum column_type { * * Features: * - user supplied callback functions can be used for modifying the output format. + * + * Command-line options (provided through table_set_option and friends): + * key value explanation + * header [0|1] 0=do not print the header + * cols [,]* list of column names delimited by comma ',' + * '*' or star '*' meaning all columns + * fmt [human|machine|blockline] output format + * col-delim string used as a column delimiter + * ***/ struct table; -- 2.39.2