btrbk: enable --override option

pull/88/head
Axel Burri 2016-04-15 02:48:51 +02:00
parent e3702305e6
commit 3c9aff4c40
2 changed files with 7 additions and 1 deletions

2
btrbk
View File

@ -3046,7 +3046,7 @@ MAIN:
'table|t' => sub { $output_format = "table" }, 'table|t' => sub { $output_format = "table" },
'format=s' => \$output_format, 'format=s' => \$output_format,
'print-schedule' => \$print_schedule, 'print-schedule' => \$print_schedule,
# 'override=s' => \%config_override_opts, # e.g. --override=incremental=no 'override=s' => \%config_override_opts, # e.g. --override=incremental=no
)) ))
{ {
VERSION_MESSAGE(); VERSION_MESSAGE();

View File

@ -112,6 +112,12 @@ Print detailed scheduler information on "run" and "dryrun"
commands. Use the \fI\-\-format\fR command line option to switch commands. Use the \fI\-\-format\fR command line option to switch
between different output formats. between different output formats.
.RE .RE
.PP
\-\-override <config_option>=<value>
.RS 4
Override a configuration option <config_option> with <value>.
Globally, for ALL contexts. Use with care!
.RE
.SH COMMANDS .SH COMMANDS
.PP .PP
.B run .B run