Merge pull request #3376 from milkey-mouse/borg-config-cmd

Reword borg config help
This commit is contained in:
TW 2017-11-26 02:07:33 +01:00 committed by GitHub
commit 6b5b4e476b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3548,7 +3548,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')