Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd8a965

Browse files
committedAug 29, 2024··
trurl: escape backslash with a backslash
Reported-by: Michael Ablassmeier Fixes #347
1 parent 7d9b510 commit fd8a965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎trurl.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
c: Copyright (C) Daniel Stenberg, <daniel.se>, et al.
33
SPDX-License-Identifier: curl
4-
Title: trurl 0.15
4+
Title: trurl
55
Section: 1
6-
Source: trurl
6+
Source: trurl 0.15
77
See-also:
88
- curl (1)
99
- wcurl (1)
@@ -289,7 +289,7 @@ trailing asterisk (`*`)) which makes trurl remove the tuples from the query
289289
string that match the instruction.
290290

291291
To match a literal trailing asterisk instead of using a wildcard, escape it with
292-
a backslash in front of it. Like `\*`.
292+
a backslash in front of it. Like `\\*`.
293293

294294
## --url [URL]
295295

0 commit comments

Comments
 (0)
Please sign in to comment.