From 6f3b23c79d79d92ddf4857fc268b57fc9847da18 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 23 Dec 2022 14:12:48 -0800 Subject: [PATCH] Lowercase borgmatic in documentation. --- borgmatic/commands/arguments.py | 4 ++-- docs/how-to/set-up-backups.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 5078fabc8..7a1a34a16 100644 --- a/borgmatic/commands/arguments.py +++ b/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') diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 526c00310..ae5a1ed56 100644 --- a/docs/how-to/set-up-backups.md +++ b/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