mirror of https://github.com/rclone/rclone.git
docs: Fix typo - fixes #3071
This commit is contained in:
parent
8d29d69ade
commit
d3e3bbedf3
|
@ -68,7 +68,7 @@ Subcommands
|
||||||
|
|
||||||
rclone uses a system of subcommands. For example
|
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 copy /local/path remote:path # copies /local/path to the remote
|
||||||
rclone sync /local/path remote:path # syncs /local/path to the remote
|
rclone sync /local/path remote:path # syncs /local/path to the remote
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue