From db1f38ca7c1b269ee08c2d56788dafc154cffb5b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 May 2020 12:08:52 +0200 Subject: slight formatting fix in manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we use +, then the -- is turned into – instead of staying like this. That is not what we want. --- raidgrep.1.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raidgrep.1.asciidoc') diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index a737bce..1719cde 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -221,11 +221,11 @@ applied (depending on your shell): The following examples are raidgrep invocations that show how predicates can be supplied as arguments to raidgrep: -+raidgrep -- -success -player Godric+:: +`raidgrep -- -success -player Godric`:: Same as above. Special quoting is not necessary, as raidgrep can figure out what the user meant. -+raidgrep -- -player "Godric Gobbledygook"+:: +`raidgrep -- -player "Godric Gobbledygook"`:: Find any logs with a player called "Godric Gobbledygook". Raidgrep can figure out how the quotes were meant to be, even though the shell stripped them away. -- cgit v1.2.3