From bfadc82a20e7f5af2751187fd0b6b763830552a9 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 18 Dec 2020 20:58:24 +0100 Subject: [PATCH] Fix changelog for #3099 --- changelog/unreleased/pull-3099 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/pull-3099 b/changelog/unreleased/pull-3099 index 3eb09e38d..52dc76e6a 100644 --- a/changelog/unreleased/pull-3099 +++ b/changelog/unreleased/pull-3099 @@ -1,6 +1,6 @@ Enhancement: Reduce memory usage of check command -The check command now requires less memory if it is run with the +The check command now requires less memory if it is run without the `--check-unused` option. https://github.com/restic/restic/pull/3099