mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 19:38:57 +00:00
Merge pull request 2053 from andyjack/correct-doc-for-self-update
Fix incorrect command name in long doc for self-update
This commit is contained in:
commit
19fd0f101f
@ -14,7 +14,7 @@ var cmdSelfUpdate = &cobra.Command{
|
|||||||
Use: "self-update [flags]",
|
Use: "self-update [flags]",
|
||||||
Short: "Update the restic binary",
|
Short: "Update the restic binary",
|
||||||
Long: `
|
Long: `
|
||||||
The command "update-restic" downloads the latest stable release of restic from
|
The command "self-update" downloads the latest stable release of restic from
|
||||||
GitHub and replaces the currently running binary. After download, the
|
GitHub and replaces the currently running binary. After download, the
|
||||||
authenticity of the binary is verified using the GPG signature on the release
|
authenticity of the binary is verified using the GPG signature on the release
|
||||||
files.
|
files.
|
||||||
|
Loading…
Reference in New Issue
Block a user