소스 검색

Lowercase borgmatic in documentation.

Dan Helfman 2 년 전
부모
커밋
6f3b23c79d
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      borgmatic/commands/arguments.py
  2. 3 3
      docs/how-to/set-up-backups.md

+ 2 - 2
borgmatic/commands/arguments.py

@@ -337,8 +337,8 @@ def make_parsers():
     compact_parser = subparsers.add_parser(
         'compact',
         aliases=SUBPARSER_ALIASES['compact'],
-        help='Compact segments to free space (Borg 1.2+, Borgmatic 1.5.23+ only)',
-        description='Compact segments to free space (Borg 1.2+, Borgmatic 1.5.23+ only)',
+        help='Compact segments to free space (Borg 1.2+, borgmatic 1.5.23+ only)',
+        description='Compact segments to free space (Borg 1.2+, borgmatic 1.5.23+ only)',
         add_help=False,
     )
     compact_group = compact_parser.add_argument_group('compact arguments')

+ 3 - 3
docs/how-to/set-up-backups.md

@@ -257,9 +257,9 @@ See `borgmatic --help` and `borgmatic create --help` for more information.
 
 If you omit `create` and other actions, borgmatic runs through a set of
 default actions: `prune` any old backups as per the configured retention
-policy, `compact` segments to free up space (with Borg 1.2+, Borgmatic 1.5.23+), `create` a
-backup, *and* `check` backups for consistency problems due to things like file
-damage. For instance:
+policy, `compact` segments to free up space (with Borg 1.2+, borgmatic
+1.5.23+), `create` a backup, *and* `check` backups for consistency problems
+due to things like file damage. For instance:
 
 ```bash
 sudo borgmatic --verbosity 1 --list --stats