mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-29 11:16:43 +00:00
rcreate: refer to borgstore rather than filesystem directory
This commit is contained in:
parent
15e759c506
commit
84bd2b20d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
++++++++++++++++++++
|
||||
|
|
Loading…
Reference in a new issue