docs: missing "sync" command name fix

This commit is contained in:
jersou 2017-10-09 18:47:07 +02:00 committed by Nick Craig-Wood
parent 3eb7f52e39
commit f64ee433b7

View File

@ -90,7 +90,8 @@ systems are a long way from 100% reliable. The rclone sync/copy
commands cope with this with lots of retries. However rclone mount
can't use retries in the same way without making local copies of the
uploads. This might happen in the future, but for the moment rclone
mount won't do that, so will be less reliable than the rclone command.
mount won't do that, so will be less reliable than the rclone sync
command.
### Filters ###