From 2a6675cffd0ddf56277649cf39ddeb701adf4a21 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 11 Sep 2023 09:34:22 +0100 Subject: [PATCH] docs: fix typo in rc docs - fixes #7287 --- docs/content/rc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/rc.md b/docs/content/rc.md index bfc058297..189951de2 100644 --- a/docs/content/rc.md +++ b/docs/content/rc.md @@ -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.