Skip to content

Commit de69448

Browse files
christophbergerncw
authored andcommitted
docs: explain the stringArray flag parameter descriptor
1 parent ad94165 commit de69448

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/content/docs.md

+5
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ it to `false`. It is also possible to specify `--boolean=false` or
619619
parsed as `--boolean` and the `false` is parsed as an extra command
620620
line argument for rclone.
621621

622+
Options documented to take a `stringArray` parameter accept multiple
623+
values. To pass more than one value, repeat the option; for example:
624+
`--include value1 --include value2`.
625+
626+
622627
### Time or duration options {#time-option}
623628

624629
TIME or DURATION options can be specified as a duration string or a

docs/content/flags.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Rclone Global Flags"
99
This describes the global flags available to every rclone command
1010
split into groups.
1111

12+
See the [Options section](/docs/#options) for syntax and usage advice.
13+
1214

1315
## Copy
1416

0 commit comments

Comments
 (0)