From 4ff7f5163fecde6f9e9729f4e7028b3501308560 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman Date: Sun, 7 Jul 2024 21:31:20 +0300 Subject: [PATCH] variable.md: make example use expand I used double quotes since it seemed required for powershell, so this example works in both (ba)sh and powershell as well as cmd.exe. Closes #14118 --- docs/cmdline-opts/variable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/variable.md b/docs/cmdline-opts/variable.md index 9da1d3feeb..9fe0572363 100644 --- a/docs/cmdline-opts/variable.md +++ b/docs/cmdline-opts/variable.md @@ -10,7 +10,7 @@ Multi: append See-also: - config Example: - - --variable name=smith $URL + - --variable name=smith --expand-url "$URL/{{name}}" --- # `--variable` -- 2.47.3