Просмотр исходного кода

Update the command-line help description.

Dan Helfman 5 лет назад
Родитель
Сommit
edc4b9e60e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      borgmatic/commands/arguments.py

+ 3 - 3
borgmatic/commands/arguments.py

@@ -172,9 +172,9 @@ def parse_arguments(*unparsed_arguments):
 
 
     top_level_parser = ArgumentParser(
     top_level_parser = ArgumentParser(
         description='''
         description='''
-            A simple wrapper script for the Borg backup software that creates and prunes backups.
-            If none of the action options are given, then borgmatic defaults to: prune, create, and
-            check archives.
+            Simple, configuration-driven backup software for servers and workstations. If none of
+            the action options are given, then borgmatic defaults to: prune, create, and check
+            archives.
             ''',
             ''',
         parents=[global_parser],
         parents=[global_parser],
     )
     )