From dbce6096657be6f07b37e5d4cf566bc5099b2a81 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 6 May 2025 14:45:52 +0100 Subject: [PATCH] docs: Fix help string for --name-transform --- fs/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/config.go b/fs/config.go index 8520724b2..eca47e5f8 100644 --- a/fs/config.go +++ b/fs/config.go @@ -553,8 +553,8 @@ var ConfigOptionsInfo = Options{{ }, { Name: "name_transform", Default: []string{}, - Help: "`--name-transform` introduces path name transformations for `rclone copy`, `rclone sync`, and `rclone move`. These transformations enable modifications to source and destination file names by applying prefixes, suffixes, and other alterations during transfer operations. For detailed docs and examples, see [`convmv`](/commands/rclone_convmv/).", - Groups: "Filter", + Help: "Transform paths during the copy process.", + Groups: "Copy", }} // ConfigInfo is filesystem config options