mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
Reword basic borg config help
It doesn't edit the repo config, but any borg-related config.
This commit is contained in:
parent
1e520203cb
commit
f44335f91d
1 changed files with 1 additions and 1 deletions
|
@ -3521,7 +3521,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
|||
description=self.do_config.__doc__,
|
||||
epilog=config_epilog,
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
help='get and set repository config options')
|
||||
help='get and set configuration values')
|
||||
subparser.set_defaults(func=self.do_config)
|
||||
subparser.add_argument('-c', '--cache', dest='cache', action='store_true',
|
||||
help='get and set values from the repo cache')
|
||||
|
|
Loading…
Reference in a new issue