From 946c96aa0a16416d727847f3e3c64945484a2a7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Aug 2024 17:57:37 +0200 Subject: [PATCH] docs/cmdline-opts/_VARIABLES: language polish Closes #14730 --- docs/cmdline-opts/_VARIABLES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cmdline-opts/_VARIABLES.md b/docs/cmdline-opts/_VARIABLES.md index aa6a8ae4f7..e46b675531 100644 --- a/docs/cmdline-opts/_VARIABLES.md +++ b/docs/cmdline-opts/_VARIABLES.md @@ -11,12 +11,12 @@ 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 backslash, like `\{{`. -You an access and expand environment variables by first importing them. You -can select to either require the environment variable to be set or you can -provide a default value in case it is not already set. Plain --variable %name -imports the variable called 'name' but exits with an error if that environment +You access and expand environment variables by first importing them. You +select to either require the environment variable to be set or you can provide +a default value in case it is not already set. Plain `--variable %name` +imports the variable called `name` but exits with an error if that environment variable is not already set. To provide a default value if it is not set, use ---variable %name=content or --variable %name@content. +`--variable %name=content` or `--variable %name@content`. Example. Get the USER environment variable into the URL, fail if USER is not set: