mirror of https://github.com/digint/btrbk
documentation: add -1,--single-column option
parent
2c19c501a7
commit
f5657bffc0
|
@ -20,7 +20,8 @@ btrbk [-h|--help] [--version]
|
|||
[-c|--config <file>] [-n|--dry-run] [--exclude <filter>]
|
||||
[-p|--preserve] [--preserve-snapshots] [--preserve-backups]
|
||||
[-v|--verbose] [-q|--quiet] [-l|--loglevel <level>]
|
||||
[-t|--table] [-L|--long] [--format <output-format>] [--pretty]
|
||||
[-t|--table] [-L|--long] [-1|--single-column]
|
||||
[--format <output-format>] [--pretty]
|
||||
[-S|--print-schedule] [--progress]
|
||||
[--lockfile <file>]
|
||||
[--override <config_option>=<value>]
|
||||
|
@ -126,6 +127,9 @@ OPTIONS
|
|||
-L, --long::
|
||||
Print output in long table format (shortcut for "--format=long").
|
||||
|
||||
-1, --single-column::
|
||||
Print output as single column (not available for all commands).
|
||||
|
||||
--format table|long|raw|col:[h:]<columns>::
|
||||
Print output in specified format. If set to "raw", prints
|
||||
space-separated key="value" pairs (machine readable).
|
||||
|
|
|
@ -17,7 +17,7 @@ SYNOPSIS
|
|||
|
||||
[verse]
|
||||
lsbtr [-h|--help] [--version]
|
||||
[-l|--long] [-u|--uuid] [--raw]
|
||||
[-l|--long] [-u|--uuid] [-1|--single-column] [--raw]
|
||||
[--format <output-format>]
|
||||
[-v|--verbose]
|
||||
[-c|--config <file>]
|
||||
|
@ -56,6 +56,9 @@ OPTIONS
|
|||
-u, --uuid::
|
||||
Print UUID table (parent/received relations).
|
||||
|
||||
-1, --single-column::
|
||||
Print path column only (delimited by newline).
|
||||
|
||||
--raw::
|
||||
Print space-separated key="value" pairs (machine readable).
|
||||
|
||||
|
|
Loading…
Reference in New Issue