documentation: btrbk.1: cosmetics: same order for options in all docs

pull/286/head
Axel Burri 2019-04-17 17:07:54 +02:00
parent 66004aeae8
commit 95819f03ea
2 changed files with 10 additions and 8 deletions

2
btrbk
View File

@ -329,6 +329,8 @@ options:
--format=FORMAT change output format, FORMAT=table|long|raw --format=FORMAT change output format, FORMAT=table|long|raw
-S, --print-schedule print scheduler details (for the "run" command) -S, --print-schedule print scheduler details (for the "run" command)
--progress show progress bar on send-receive operation --progress show progress bar on send-receive operation
--lockfile=FILE create and check lockfile
--override=KEY=VALUE globally override a configuration option
commands: commands:
run run snapshot and backup operations run run snapshot and backup operations

View File

@ -21,9 +21,9 @@ btrbk [-h|--help] [--version]
[-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>] [-t|--table] [--format <output-format>]
[--progress] [-S|--print-schedule] [-S|--print-schedule] [--progress]
[--override <config_option>=<value>]
[--lockfile <file>] [--lockfile <file>]
[--override <config_option>=<value>]
<command> [<args>] <command> [<args>]
@ -72,6 +72,9 @@ OPTIONS
--version:: --version::
Prints the btrbk version. Prints the btrbk version.
-c, --config <file>::
Read the configuration from <file>.
-n, --dry-run:: -n, --dry-run::
Don't run anything that would alter the filesystem, just show the Don't run anything that would alter the filesystem, just show the
snapshots and backup subvolumes that would be created/deleted by snapshots and backup subvolumes that would be created/deleted by
@ -79,9 +82,6 @@ OPTIONS
commands. Use in conjunction with '-l debug' to see the btrfs commands. Use in conjunction with '-l debug' to see the btrfs
commands that would be executed. commands that would be executed.
-c, --config <file>::
Read the configuration from <file>.
-p, --preserve:: -p, --preserve::
Preserve all snapshots and backups. Skips deletion of any Preserve all snapshots and backups. Skips deletion of any
snapshots and backups, even if specified in the configuration file snapshots and backups, even if specified in the configuration file
@ -122,14 +122,14 @@ OPTIONS
output format for *run*, *snapshot*, *resume*, *prune*, *archive* output format for *run*, *snapshot*, *resume*, *prune*, *archive*
and *list* commands. Useful for further exporting/scripting. and *list* commands. Useful for further exporting/scripting.
--progress::
Show progress bar on send-receive operation.
-S, --print-schedule:: -S, --print-schedule::
Print detailed scheduler information on *run*, *snapshot*, Print detailed scheduler information on *run*, *snapshot*,
*resume*, *prune* and *archive* commands. Use the '--format' *resume*, *prune* and *archive* commands. Use the '--format'
command line option to switch between different output formats. command line option to switch between different output formats.
--progress::
Show progress bar on send-receive operation.
--lockfile <file>:: --lockfile <file>::
Create lockfile <file> on startup; checks lockfile before running Create lockfile <file> on startup; checks lockfile before running
any btrfs commands (using perl "flock"), and exits if the lock is any btrfs commands (using perl "flock"), and exits if the lock is