1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: Fix help string for --name-transform

This commit is contained in:
Nick Craig-Wood
2025-05-06 14:45:52 +01:00
parent 62e8512711
commit dbce609665

View File

@@ -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