1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-26 01:37:12 +00:00

Merge pull request #2966 from MichaelEischer/recover-help-typo

recover: Fix typo in the command help
This commit is contained in:
rawtaz 2020-09-30 18:16:26 +02:00 committed by GitHub
commit 34ea960559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ var cmdRecover = &cobra.Command{
Use: "recover [flags]", Use: "recover [flags]",
Short: "Recover data from the repository", Short: "Recover data from the repository",
Long: ` 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 the raw data of the repository. It can be used if, for example, a snapshot has
been removed by accident with "forget". been removed by accident with "forget".