mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 14:39:44 +01:00
docs: explain the stringArray flag parameter descriptor
This commit is contained in:
parent
5a4026ccb4
commit
03bd795221
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user