From 09d2183351ce016fb2a5639014569f0cc1eb1926 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sun, 7 Apr 2024 18:05:53 +0200 Subject: [PATCH] doc: fix typo in 047_tuning_backup_parameters.rst --- doc/047_tuning_backup_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/047_tuning_backup_parameters.rst b/doc/047_tuning_backup_parameters.rst index 8456693e7..a6b998cfe 100644 --- a/doc/047_tuning_backup_parameters.rst +++ b/doc/047_tuning_backup_parameters.rst @@ -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