docs: use stringArray as parameter type

This commit is contained in:
albertony
2025-07-10 12:36:10 +02:00
parent e728ea32d1
commit cef207cf94
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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)