From 74c0b1ea3baeef37b58111b7c232df91704b32b6 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:44:44 +0100 Subject: [PATCH] docs: mention that identifiers in option values are case insensitive --- docs/content/docs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 55d88d2f1..5f6985dbe 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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 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 values. To pass more than one value, repeat the option; for example: `--include value1 --include value2`. Other options may only accept a