From 3f25537a06043f14ecbe386a13bc1d2e33c0aa2c Mon Sep 17 00:00:00 2001 From: Andy Jack Date: Thu, 18 Oct 2018 18:45:31 -0400 Subject: [PATCH] Fix incorrect command name in long doc for self-update --- cmd/restic/cmd_self_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_self_update.go b/cmd/restic/cmd_self_update.go index f632b668b..5aed085de 100644 --- a/cmd/restic/cmd_self_update.go +++ b/cmd/restic/cmd_self_update.go @@ -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.