From 2a79c1a44d6eaf2550bb2caf7eb24ffe2bf5ac51 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 30 Sep 2020 17:44:34 +0200 Subject: [PATCH] recover: Fix typo in the command help Reported-by: Steve Divskinsy --- cmd/restic/cmd_recover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_recover.go b/cmd/restic/cmd_recover.go index 9cdfac8cd..9eca92115 100644 --- a/cmd/restic/cmd_recover.go +++ b/cmd/restic/cmd_recover.go @@ -13,7 +13,7 @@ var cmdRecover = &cobra.Command{ Use: "recover [flags]", Short: "Recover data from the repository", Long: ` -The "recover" command build a new snapshot from all directories it can find in +The "recover" command builds a new snapshot from all directories it can find in the raw data of the repository. It can be used if, for example, a snapshot has been removed by accident with "forget".