From 3f42c0ad96d4e2c6fa4baa20b0c48c4ab518b429 Mon Sep 17 00:00:00 2001 From: Winfried Plappert <18740761+wplapper@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:51:29 +0000 Subject: [PATCH] restic prune changelog/unreleased - corrext typo changed option from `--small-pack-size` to `--repack-smaller-than` --- changelog/unreleased/issue-5109 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/issue-5109 b/changelog/unreleased/issue-5109 index 59e2330ef..8995891a3 100644 --- a/changelog/unreleased/issue-5109 +++ b/changelog/unreleased/issue-5109 @@ -1,6 +1,6 @@ Enhancement: Make small pack size configureable for `prune` -The `prune` command now supports the `--small-pack-size` option that +The `prune` command now supports the `--repack-smaller-than` option that allows repacking pack files smaller than the given size. It has to be used in conjunction with option `--repack-small`.