From 7b610848916bdad1a1bc0b10d456ceee3347c699 Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:42:37 +0200 Subject: [PATCH] docs: rc: fix description of how to read local config --- fs/rc/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/rc/config.go b/fs/rc/config.go index 0aaa3c5a8..2fb0fc424 100644 --- a/fs/rc/config.go +++ b/fs/rc/config.go @@ -49,7 +49,7 @@ Parameters: Note that these are the global options which are unaffected by use of the _config and _filter parameters. If you wish to read the parameters -set in _config then use options/config and for _filter use options/filter. +set in _config or _filter use options/local. This shows the internal names of the option within rclone which should map to the external options very easily with a few exceptions.