From 6422ab6745c37f491d83c897ddb70b1bf782790e Mon Sep 17 00:00:00 2001 From: Scarlett McAllister Date: Fri, 26 Jan 2024 21:10:49 -0400 Subject: [PATCH] _VARIABLES.md: add missing 'be' into the sentence Closes #12809 --- docs/cmdline-opts/_VARIABLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/_VARIABLES.md b/docs/cmdline-opts/_VARIABLES.md index 0415fd78f2..3e17bfdaea 100644 --- a/docs/cmdline-opts/_VARIABLES.md +++ b/docs/cmdline-opts/_VARIABLES.md @@ -5,7 +5,7 @@ curl supports command line variables (added in 8.3.0). Set variables with --variable name=content or --variable name@file (where "file" can be stdin if set to a single dash (-)). -Variable contents can expanded in option parameters using "{{name}}" (without +Variable contents can be expanded in option parameters using "{{name}}" (without the quotes) if the option name is prefixed with "--expand-". This gets the contents of the variable "name" inserted, or a blank if the name does not exist as a variable. Insert "{{" verbatim in the string by prefixing it with a -- 2.47.3