From 8cce06d915c60d2daa2ee24eb9dae8616db82dfe Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Thu, 9 May 2024 18:19:48 +0200 Subject: [PATCH] repair packs: drop experimental warning This warning should already have been removed once the feature flag was dropped. --- cmd/restic/cmd_repair_packs.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/restic/cmd_repair_packs.go b/cmd/restic/cmd_repair_packs.go index c57a31690..ab8c7f475 100644 --- a/cmd/restic/cmd_repair_packs.go +++ b/cmd/restic/cmd_repair_packs.go @@ -17,8 +17,6 @@ var cmdRepairPacks = &cobra.Command{ Use: "packs [packIDs...]", Short: "Salvage damaged pack files", Long: ` -WARNING: The CLI for this command is experimental and will likely change in the future! - The "repair packs" command extracts intact blobs from the specified pack files, rebuilds the index to remove the damaged pack files and removes the pack files from the repository.