1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 13:53:09 +00:00

docs: fix typo (backport #8272)

This commit is contained in:
Zhuoyun Wei 2024-07-06 09:30:50 -07:00
parent 9a40344ec4
commit b379202beb
No known key found for this signature in database
GPG key ID: 85329745B0999CAB

View file

@ -3401,7 +3401,7 @@ class Archiver:
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