docs: Fix typo - fixes #3071

This commit is contained in:
Nick Craig-Wood 2019-03-25 13:16:52 +00:00
parent 8d29d69ade
commit d3e3bbedf3
1 changed files with 1 additions and 1 deletions

View File

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