In generate-borgmatic-config, indicate that the example options are exhaustive.
This commit is contained in:
parent
ef7e95e22a
commit
a274c0dbf7
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ def main(): # pragma: no cover
|
||||||
' diff --unified {} {}'.format(args.source_filename, args.destination_filename)
|
' diff --unified {} {}'.format(args.source_filename, args.destination_filename)
|
||||||
)
|
)
|
||||||
print()
|
print()
|
||||||
print('Please edit the file to suit your needs. The values are representative.')
|
print('This includes all available configuration options with example values. The few')
|
||||||
print('All fields are optional except where indicated.')
|
print('required options are indicated. Please edit the file to suit your needs.')
|
||||||
print()
|
print()
|
||||||
print('If you ever need help: https://torsion.org/borgmatic/#issues')
|
print('If you ever need help: https://torsion.org/borgmatic/#issues')
|
||||||
except (ValueError, OSError) as error:
|
except (ValueError, OSError) as error:
|
||||||
|
|
Loading…
Reference in a new issue