From f9a03b332ca9f347c74a1cabb375b1d52280cfad Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 18 Jul 2024 23:22:05 +0200 Subject: [PATCH] README.md: fix incorrect `--sign-transform` example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a07aed..2312c03 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ matches. Finally, `--sign-transform` allows to specify sed-style replacement patterns to modify the text displayed on the map. This can be used if the text matched by `--sign-prefix` or `--sign-filter` should not be displayed: -`--sign-filter 's/\[Map\]//'` would replace each occurence of "\[Map\]" with +`--sign-transform 's/\[Map\]//'` would replace each occurence of "\[Map\]" with the empty string. **Note:** On Windows, double quotes (`"`) must be used for arguments instead