Skip to content

Commit ecd6232

Browse files
committed
trurl.md: add missing backslash for --trim
It seems to have gotten lost in the markdown conversion
1 parent d7b06d8 commit ecd6232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trurl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ trailing asterisk (`*`)) which makes trurl remove the tuples from the query
298298
string that match the instruction.
299299

300300
To match a literal trailing asterisk instead of using a wildcard, escape it with
301-
a backslash in front of it. Like "*".
301+
a backslash in front of it. Like `\\*`.
302302

303303
## -v, --version
304304

0 commit comments

Comments
 (0)