diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 2a60731..52416c8 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -123,11 +123,14 @@ OPTIONS -L, --long:: Print output in long table format (shortcut for "--format=long"). ---format table|long|raw:: +--format table|long|raw|col:[h:]:: Print output in specified format. If set to "raw", prints - space-separated key="value" pairs (machine readable). Affects - output format for *run*, *snapshot*, *resume*, *prune*, *archive* - and *list* commands. Useful for further exporting/scripting. + space-separated key="value" pairs (machine readable). ++ +If set to "col:", prints only the specified (comma-separated +list). Header lines are ommitted if the "h:" modifier is present. +Columns prefixed with "-" are collapsed if empty. Columns postfixed +with ":RALIGN" are right-aligned. --pretty:: Print table output with lowercase, underlined column headings