docs: fix typo in rc docs - fixes #7287

This commit is contained in:
Nick Craig-Wood 2023-09-11 09:34:22 +01:00
parent fa4d171f62
commit 2a6675cffd
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ parameter, you would pass this parameter in your JSON blob.
If using `rclone rc` this could be passed as
rclone rc operations/sync ... _config='{"CheckSum": true}'
rclone rc sync/sync ... _config='{"CheckSum": true}'
Any config parameters you don't set will inherit the global defaults
which were set with command line flags or environment variables.