Skip to content

Commit

Permalink
trurl: escape backslash with a backslash
Browse files Browse the repository at this point in the history
Reported-by: Michael Ablassmeier
Fixes #347
  • Loading branch information
bagder committed Aug 29, 2024
1 parent 7d9b510 commit fd8a965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trurl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
c: Copyright (C) Daniel Stenberg, <daniel.se>, 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)
Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit fd8a965

Please sign in to comment.