docs: mention that identifiers in option values are case insensitive

This commit is contained in:
albertony
2025-01-17 20:44:44 +01:00
parent f4dcb1e9cf
commit 74c0b1ea3b

View File

@@ -621,6 +621,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.
String values that are recognized as special identifiers, e.g. the
name of the log level to set with option `--log-level`, are case
insensitive, e.g. `--log-level ERROR` and `--log-level error` are
identical.
Options documented to take a `stringArray` parameter accept multiple Options documented to take a `stringArray` parameter accept multiple
values. To pass more than one value, repeat the option; for example: values. To pass more than one value, repeat the option; for example:
`--include value1 --include value2`. Other options may only accept a `--include value1 --include value2`. Other options may only accept a