From a274c0dbf71668195871f6155233fea10c758f9f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 24 Aug 2022 09:53:54 -0700 Subject: [PATCH] In generate-borgmatic-config, indicate that the example options are exhaustive. --- borgmatic/commands/generate_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/commands/generate_config.py b/borgmatic/commands/generate_config.py index 7f7750c24..13a5cbaaa 100644 --- a/borgmatic/commands/generate_config.py +++ b/borgmatic/commands/generate_config.py @@ -60,8 +60,8 @@ def main(): # pragma: no cover ' diff --unified {} {}'.format(args.source_filename, args.destination_filename) ) print() - print('Please edit the file to suit your needs. The values are representative.') - print('All fields are optional except where indicated.') + print('This includes all available configuration options with example values. The few') + print('required options are indicated. Please edit the file to suit your needs.') print() print('If you ever need help: https://torsion.org/borgmatic/#issues') except (ValueError, OSError) as error: