mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 13:53:15 +00:00
docs: Fix help string for --name-transform
This commit is contained in:
@@ -553,8 +553,8 @@ var ConfigOptionsInfo = Options{{
|
|||||||
}, {
|
}, {
|
||||||
Name: "name_transform",
|
Name: "name_transform",
|
||||||
Default: []string{},
|
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/).",
|
Help: "Transform paths during the copy process.",
|
||||||
Groups: "Filter",
|
Groups: "Copy",
|
||||||
}}
|
}}
|
||||||
|
|
||||||
// ConfigInfo is filesystem config options
|
// ConfigInfo is filesystem config options
|
||||||
|
|||||||
Reference in New Issue
Block a user