Merge pull request #4756 from mgeisler/patch-1

doc: fix typo in 047_tuning_backup_parameters.rst
This commit is contained in:
Michael Eischer 2024-04-07 19:24:09 +00:00 committed by GitHub
commit 6091029fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Feature flags allow disabling or enabling certain experimental restic features.
can be specified via the ``RESTIC_FEATURES`` environment variable. The variable expects a
comma-separated list of ``key[=value],key2[=value2]`` pairs. The key is the name of a feature
flag. The value is optional and can contain either the value ``true`` (default if omitted)
or ``false``. The list of currently available feautre flags is shown by the ``features``
or ``false``. The list of currently available feature flags is shown by the ``features``
command.
Restic will return an error if an invalid feature flag is specified. No longer relevant