diff --git a/doc/lsbtr.1.asciidoc b/doc/lsbtr.1.asciidoc index ebaf528..cb90e7d 100644 --- a/doc/lsbtr.1.asciidoc +++ b/doc/lsbtr.1.asciidoc @@ -18,6 +18,7 @@ SYNOPSIS [verse] lsbtr [-h|--help] [--version] [-l|--long] [-u|--uuid] [--raw] + [--format ] [-v|--verbose] [-c|--config ] [--override =] @@ -58,6 +59,15 @@ OPTIONS --raw:: Print space-separated key="value" pairs (machine readable). +--format table|long|raw|col:[h:]:: + Print output in specified format. If set to "raw", prints + 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. + -v, --verbose:: Increase the level of verbosity.