File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ SYNOPSIS
18
18
[verse]
19
19
lsbtr [-h|-- help] [-- version]
20
20
[-l|-- long] [-u|-- uuid] [-- raw]
21
+ [-- format <output-format >]
21
22
[-v|-- verbose]
22
23
[-c|-- config <file >]
23
24
[-- override <config _option >=<value >]
@@ -58,6 +59,15 @@ OPTIONS
58
59
-- raw::
59
60
Print space-separated key="value" pairs (machine readable).
60
61
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
+
61
71
-v, -- verbose::
62
72
Increase the level of verbosity.
63
73
You can’t perform that action at this time.
0 commit comments