From d28cb6c872ab9bd7bfd6b3ddcf742ec413e01dd8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Aug 2024 16:34:28 +0200 Subject: [PATCH] trurl.md: add missing backslash for --trim It seems to have gotten lost in the markdown conversion Closes #341 --- trurl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trurl.md b/trurl.md index f2eff73c..de0803bf 100644 --- a/trurl.md +++ b/trurl.md @@ -298,7 +298,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 `\*`. ## -v, --version