restic prune changelog/unreleased - corrext typo

changed option from `--small-pack-size` to `--repack-smaller-than`
This commit is contained in:
Winfried Plappert
2025-03-15 12:51:29 +00:00
parent a2a1309fd9
commit 3f42c0ad96

View File

@@ -1,6 +1,6 @@
Enhancement: Make small pack size configureable for `prune` 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 allows repacking pack files smaller than the given size. It has to be used in
conjunction with option `--repack-small`. conjunction with option `--repack-small`.