From 84bd2b20d5430c7f6ee74f24d58e79ef8fb4f8be Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 23 Aug 2024 15:14:59 +0200 Subject: [PATCH] rcreate: refer to borgstore rather than filesystem directory --- src/borg/archiver/rcreate_cmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/borg/archiver/rcreate_cmd.py b/src/borg/archiver/rcreate_cmd.py index 43ee578ce..1693dd9a2 100644 --- a/src/borg/archiver/rcreate_cmd.py +++ b/src/borg/archiver/rcreate_cmd.py @@ -56,8 +56,8 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser): rcreate_epilog = process_epilog( """ - This command creates a new, empty repository. A repository is a filesystem - directory containing the deduplicated data from zero or more archives. + This command creates a new, empty repository. A repository is a ``borgstore`` store + containing the deduplicated data from zero or more archives. Encryption mode TLDR ++++++++++++++++++++