Skip to content

Commit

Permalink
restic: fix typo in docs 'remove' should be 'remote'
Browse files Browse the repository at this point in the history
  • Loading branch information
asdffdsazqqq authored Dec 6, 2022
1 parent 4f386a1 commit b24c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve/restic/restic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b24c83d

Please sign in to comment.