diff --git a/docs/content/docs.md b/docs/content/docs.md index 8b221f130..17c909fea 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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 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 can be specified as a duration string or a diff --git a/docs/content/flags.md b/docs/content/flags.md index aefd4dc64..f9d32c490 100644 --- a/docs/content/flags.md +++ b/docs/content/flags.md @@ -9,6 +9,8 @@ description: "Rclone Global Flags" This describes the global flags available to every rclone command split into groups. +See the [Options section](/docs/#options) for syntax and usage advice. + ## Copy