فهرست منبع

Reword basic borg config help

It doesn't edit the repo config, but any borg-related config.
Milkey Mouse 7 سال پیش
والد
کامیت
f44335f91d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
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')