Fix incorrect command name in long doc for self-update

This commit is contained in:
Andy Jack 2018-10-18 18:45:31 -04:00
parent d203ae37f4
commit 3f25537a06
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var cmdSelfUpdate = &cobra.Command{
Use: "self-update [flags]",
Short: "Update the restic binary",
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
authenticity of the binary is verified using the GPG signature on the release
files.