From b24c83db211c31a70d1bf8034aba04b686400e00 Mon Sep 17 00:00:00 2001 From: asdffdsazqqq <90116442+asdffdsazqqq@users.noreply.github.com> Date: Tue, 6 Dec 2022 07:14:25 -0500 Subject: [PATCH] restic: fix typo in docs 'remove' should be 'remote' --- cmd/serve/restic/restic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/serve/restic/restic.go b/cmd/serve/restic/restic.go index 4aaad2a3a..3662fc58c 100644 --- a/cmd/serve/restic/restic.go +++ b/cmd/serve/restic/restic.go @@ -46,7 +46,7 @@ func init() { var Command = &cobra.Command{ Use: "restic remote:path", Short: `Serve the remote for restic's REST API.`, - Long: `Run a basic web server to serve a remove over restic's REST backend + Long: `Run a basic web server to serve a remote over restic's REST backend API over HTTP. This allows restic to use rclone as a data storage mechanism for cloud providers that restic does not support directly.