mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 03:48:25 +00:00
Merge pull request #2966 from MichaelEischer/recover-help-typo
recover: Fix typo in the command help
This commit is contained in:
commit
34ea960559
@ -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".
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user