restic: fix typo in docs 'remove' should be 'remote'

This commit is contained in:
asdffdsazqqq 2022-12-06 07:14:25 -05:00 committed by GitHub
parent 4f386a1ccd
commit b24c83db21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.