variable.d: setting a variable again overwrites it

Reported-by: Niall McGee
Bug: https://twitter.com/niallmcgee/status/1686523075423322113
Closes #11571
This commit is contained in:
Daniel Stenberg 2023-08-02 08:31:21 +02:00
parent 783e4714d9
commit 4169943d15
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -14,8 +14,8 @@ if set to a single dash (-)). The name is a case sensitive identifier that
must consist of no other letters than a-z, A-Z, 0-9 or underscore. The
specified content is then associated with this identifier.
The name must be unique within a command line invoke, setting the same
variable name again will be ignored.
Setting the same variable name again will overwrite the old contents with the
new.
The contents of a variable can be referenced in a later command line option
when that option name is prefixed with "--expand-", and the name is used as