mirror of https://github.com/digint/btrbk
btrbk: enable --override option
parent
e3702305e6
commit
3c9aff4c40
2
btrbk
2
btrbk
|
@ -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();
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue