From 7c2fdf2d1d0b7fc2f4928c3ddb6f1078713bdc74 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Fri, 5 Jul 2024 02:02:51 -0700 Subject: [PATCH] docs: fix typo --- src/borg/archiver/config_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver/config_cmd.py b/src/borg/archiver/config_cmd.py index 3d53f31a6..733a0a8c2 100644 --- a/src/borg/archiver/config_cmd.py +++ b/src/borg/archiver/config_cmd.py @@ -146,7 +146,7 @@ def build_parser_config(self, subparsers, common_parser, mid_common_parser): For security reasons, this command only works on local repositories. To delete a config value entirely, use ``--delete``. To list the values - of the configuration file or the default values, use ``--list``. To get and existing + of the configuration file or the default values, use ``--list``. To get an existing key, pass only the key name. To set a key, pass both the key name and the new value. Keys can be specified in the format "section.name" or simply "name"; the section will default to "repository" and "cache" for