mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 23:06:32 +00:00
recover: Fix typo in the command help
Reported-by: Steve Divskinsy <stevesbrain@users.noreply.github.com>
This commit is contained in:
parent
94136132e3
commit
2a79c1a44d
@ -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".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user