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>]
|
[-c|--config <file>] [-n|--dry-run] [--exclude <filter>]
|
||||||
[-p|--preserve] [--preserve-snapshots] [--preserve-backups]
|
[-p|--preserve] [--preserve-snapshots] [--preserve-backups]
|
||||||
[-v|--verbose] [-q|--quiet] [-l|--loglevel <level>]
|
[-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]
|
[-S|--print-schedule] [--progress]
|
||||||
[--lockfile <file>]
|
[--lockfile <file>]
|
||||||
[--override <config_option>=<value>]
|
[--override <config_option>=<value>]
|
||||||
|
@ -126,6 +127,9 @@ OPTIONS
|
||||||
-L, --long::
|
-L, --long::
|
||||||
Print output in long table format (shortcut for "--format=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>::
|
--format table|long|raw|col:[h:]<columns>::
|
||||||
Print output in specified format. If set to "raw", prints
|
Print output in specified format. If set to "raw", prints
|
||||||
space-separated key="value" pairs (machine readable).
|
space-separated key="value" pairs (machine readable).
|
||||||
|
|
|
@ -17,7 +17,7 @@ SYNOPSIS
|
||||||
|
|
||||||
[verse]
|
[verse]
|
||||||
lsbtr [-h|--help] [--version]
|
lsbtr [-h|--help] [--version]
|
||||||
[-l|--long] [-u|--uuid] [--raw]
|
[-l|--long] [-u|--uuid] [-1|--single-column] [--raw]
|
||||||
[--format <output-format>]
|
[--format <output-format>]
|
||||||
[-v|--verbose]
|
[-v|--verbose]
|
||||||
[-c|--config <file>]
|
[-c|--config <file>]
|
||||||
|
@ -56,6 +56,9 @@ OPTIONS
|
||||||
-u, --uuid::
|
-u, --uuid::
|
||||||
Print UUID table (parent/received relations).
|
Print UUID table (parent/received relations).
|
||||||
|
|
||||||
|
-1, --single-column::
|
||||||
|
Print path column only (delimited by newline).
|
||||||
|
|
||||||
--raw::
|
--raw::
|
||||||
Print space-separated key="value" pairs (machine readable).
|
Print space-separated key="value" pairs (machine readable).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue