File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -619,6 +619,11 @@ it to `false`. It is also possible to specify `--boolean=false` or
619
619
parsed as ` --boolean ` and the ` false ` is parsed as an extra command
620
620
line argument for rclone.
621
621
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
+
622
627
### Time or duration options {#time-option}
623
628
624
629
TIME or DURATION options can be specified as a duration string or a
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ description: "Rclone Global Flags"
9
9
This describes the global flags available to every rclone command
10
10
split into groups.
11
11
12
+ See the [ Options section] ( /docs/#options ) for syntax and usage advice.
13
+
12
14
13
15
## Copy
14
16
You can’t perform that action at this time.
0 commit comments