From 3c9aff4c40b825f590c5a0c181c5aa389a5a7a77 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 15 Apr 2016 02:48:51 +0200 Subject: [PATCH] btrbk: enable --override option --- btrbk | 2 +- doc/btrbk.1 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/btrbk b/btrbk index b3a295b..9b82ae3 100755 --- a/btrbk +++ b/btrbk @@ -3046,7 +3046,7 @@ MAIN: 'table|t' => sub { $output_format = "table" }, 'format=s' => \$output_format, '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(); diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 223e653..725dd3c 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -112,6 +112,12 @@ Print detailed scheduler information on "run" and "dryrun" commands. Use the \fI\-\-format\fR command line option to switch between different output formats. .RE +.PP +\-\-override = +.RS 4 +Override a configuration option with . +Globally, for ALL contexts. Use with care! +.RE .SH COMMANDS .PP .B run