diff --git a/docs/content/changelog.md b/docs/content/changelog.md index feddf308c..287008d03 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -68,7 +68,7 @@ description: "Rclone Changelog" * New Features * Add [`--max-connections`](/docs/#max-connections-n) to control maximum backend concurrency (Nick Craig-Wood) * Add [`--max-buffer-memory`](/docs/#max-buffer-memory) to limit total buffer memory usage (Nick Craig-Wood) - * Add transform library and [`--name-transform`](/docs/#name-transform-command-xxxx) flag (nielash) + * Add transform library and [`--name-transform`](/docs/#name-transform-stringarray) flag (nielash) * sync: Implement [`--list-cutoff`](/docs/#list-cutoff) to allow on disk sorting for reduced memory use (Nick Craig-Wood) * accounting: Add listed stat for number of directory entries listed (Nick Craig-Wood) * backend: Skip hash calculation when the hashType is None (Oleksiy Stashok) diff --git a/docs/content/docs.md b/docs/content/docs.md index 916422094..0850deba2 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -2006,7 +2006,8 @@ If the backend has a `--backend-upload-concurrency` setting (eg number of transfers instead if it is larger than the value of `--multi-thread-streams` or `--multi-thread-streams` isn't set. -### --name-transform COMMAND[=XXXX] +### --name-transform stringArray + `--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