docs: explain the stringArray flag parameter descriptor

This commit is contained in:
Christoph Berger 2025-01-17 09:50:22 +01:00 committed by GitHub
parent 5a4026ccb4
commit 03bd795221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -619,6 +619,11 @@ it to `false`. It is also possible to specify `--boolean=false` or
parsed as `--boolean` and the `false` is parsed as an extra command parsed as `--boolean` and the `false` is parsed as an extra command
line argument for rclone. line argument for rclone.
Options documented to take a `stringArray` parameter accept multiple
values. To pass more than one value, repeat the option; for example:
`--include value1 --include value2`.
### Time or duration options {#time-option} ### Time or duration options {#time-option}
TIME or DURATION options can be specified as a duration string or a TIME or DURATION options can be specified as a duration string or a

View File

@ -9,6 +9,8 @@ description: "Rclone Global Flags"
This describes the global flags available to every rclone command This describes the global flags available to every rclone command
split into groups. split into groups.
See the [Options section](/docs/#options) for syntax and usage advice.
## Copy ## Copy