From f44335f91d2f8d2d16025b697f76af6609bb7518 Mon Sep 17 00:00:00 2001 From: Milkey Mouse Date: Sat, 25 Nov 2017 15:53:36 -0800 Subject: [PATCH] Reword basic borg config help It doesn't edit the repo config, but any borg-related config. --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index bb664d5ce..acdb88f02 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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')