浏览代码

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

Reword borg config help
TW 7 年之前
父节点
当前提交
6b5b4e476b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -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')