From c511fc9dd0291443c50a053eb2300e96bb64c8d1 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 16 Apr 2021 22:37:38 +0200 Subject: [PATCH] documentation: lsbtr.1: copy --format from btrbk.1 --- doc/lsbtr.1.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.