mirror of https://github.com/digint/btrbk
documentation: btrbk.1: add missing option -L, --long
parent
0d19b0243e
commit
5407b863df
|
@ -20,7 +20,7 @@ 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] [--format <output-format>] [--pretty]
|
[-t|--table] [-L|--long] [--format <output-format>] [--pretty]
|
||||||
[-S|--print-schedule] [--progress]
|
[-S|--print-schedule] [--progress]
|
||||||
[--lockfile <file>]
|
[--lockfile <file>]
|
||||||
[--override <config_option>=<value>]
|
[--override <config_option>=<value>]
|
||||||
|
@ -120,6 +120,9 @@ OPTIONS
|
||||||
-t, --table::
|
-t, --table::
|
||||||
Print output in table format (shortcut for "--format=table").
|
Print output in table format (shortcut for "--format=table").
|
||||||
|
|
||||||
|
-L, --long::
|
||||||
|
Print output in long table format (shortcut for "--format=long").
|
||||||
|
|
||||||
--format table|long|raw::
|
--format table|long|raw::
|
||||||
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). Affects
|
space-separated key="value" pairs (machine readable). Affects
|
||||||
|
@ -363,9 +366,8 @@ different output formats.
|
||||||
Print new files since subvolume <from> for subvolume <to>.
|
Print new files since subvolume <from> for subvolume <to>.
|
||||||
|
|
||||||
*ls* <path>::
|
*ls* <path>::
|
||||||
List all btrfs subvolumes below <path>. Use
|
List all btrfs subvolumes below <path>. Use the '--format' command
|
||||||
'--format=table|long|rel|raw' to switch between different output
|
line option to switch between different output formats.
|
||||||
formats.
|
|
||||||
|
|
||||||
*config* print|print-all::
|
*config* print|print-all::
|
||||||
Prints the parsed configuration file. Use the '--format' command
|
Prints the parsed configuration file. Use the '--format' command
|
||||||
|
|
Loading…
Reference in New Issue