From d3e3bbedf397a44fa1bbdd35c84ebed97414e72e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 25 Mar 2019 13:16:52 +0000 Subject: [PATCH] docs: Fix typo - fixes #3071 --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 4ebef4929..a1dd245f9 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -68,7 +68,7 @@ Subcommands rclone uses a system of subcommands. For example - rclone ls remote:path # lists a re + rclone ls remote:path # lists a remote rclone copy /local/path remote:path # copies /local/path to the remote rclone sync /local/path remote:path # syncs /local/path to the remote