Reword basic borg config help

It doesn't edit the repo config, but any borg-related config.
This commit is contained in:
Milkey Mouse 2017-11-25 15:53:36 -08:00
parent 1e520203cb
commit f44335f91d
No known key found for this signature in database
GPG Key ID: C6EF5A02F5647987
1 changed files with 1 additions and 1 deletions

View File

@ -3521,7 +3521,7 @@ class Archiver:
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')