mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
restic: fix typo in docs 'remove' should be 'remote'
This commit is contained in:
parent
4f386a1ccd
commit
b24c83db21
@ -46,7 +46,7 @@ func init() {
|
|||||||
var Command = &cobra.Command{
|
var Command = &cobra.Command{
|
||||||
Use: "restic remote:path",
|
Use: "restic remote:path",
|
||||||
Short: `Serve the remote for restic's REST API.`,
|
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
|
API over HTTP. This allows restic to use rclone as a data storage
|
||||||
mechanism for cloud providers that restic does not support directly.
|
mechanism for cloud providers that restic does not support directly.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user