From fd8a9656eea99e532723eff892732be74b8006cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Aug 2024 21:03:19 +0200 Subject: [PATCH] trurl: escape backslash with a backslash Reported-by: Michael Ablassmeier Fixes #347 --- trurl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trurl.md b/trurl.md index d8d288bf..a47da71d 100644 --- a/trurl.md +++ b/trurl.md @@ -1,9 +1,9 @@ --- c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl -Title: trurl 0.15 +Title: trurl Section: 1 -Source: trurl +Source: trurl 0.15 See-also: - curl (1) - wcurl (1) @@ -289,7 +289,7 @@ trailing asterisk (`*`)) which makes trurl remove the tuples from the query string that match the instruction. To match a literal trailing asterisk instead of using a wildcard, escape it with -a backslash in front of it. Like `\*`. +a backslash in front of it. Like `\\*`. ## --url [URL]