mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
README.md: fix incorrect --sign-transform
example
This commit is contained in:
parent
f43e84eb2b
commit
f9a03b332c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ matches.
|
||||||
Finally, `--sign-transform` allows to specify sed-style replacement patterns to
|
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
|
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-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.
|
the empty string.
|
||||||
|
|
||||||
**Note:** On Windows, double quotes (`"`) must be used for arguments instead
|
**Note:** On Windows, double quotes (`"`) must be used for arguments instead
|
||||||
|
|
Loading…
Add table
Reference in a new issue