Selaa lähdekoodia

In generate-borgmatic-config, indicate that the example options are exhaustive.

Dan Helfman 2 vuotta sitten
vanhempi
sitoutus
a274c0dbf7
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      borgmatic/commands/generate_config.py

+ 2 - 2
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: