Skip to content

Commit c511fc9

Browse files
committed
documentation: lsbtr.1: copy --format from btrbk.1
1 parent fb792f6 commit c511fc9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/lsbtr.1.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ SYNOPSIS
1818
[verse]
1919
lsbtr [-h|--help] [--version]
2020
[-l|--long] [-u|--uuid] [--raw]
21+
[--format <output-format>]
2122
[-v|--verbose]
2223
[-c|--config <file>]
2324
[--override <config_option>=<value>]
@@ -58,6 +59,15 @@ OPTIONS
5859
--raw::
5960
Print space-separated key="value" pairs (machine readable).
6061

62+
--format table|long|raw|col:[h:]<columns>::
63+
Print output in specified format. If set to "raw", prints
64+
space-separated key="value" pairs (machine readable).
65+
+
66+
If set to "col:", prints only the <columns> specified (comma-separated
67+
list). Header lines are ommitted if the "h:" modifier is present.
68+
Columns prefixed with "-" are collapsed if empty. Columns postfixed
69+
with ":RALIGN" are right-aligned.
70+
6171
-v, --verbose::
6272
Increase the level of verbosity.
6373

0 commit comments

Comments
 (0)