aboutsummaryrefslogtreecommitdiff
path: root/raidgrep.1.asciidoc
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-03 12:08:52 +0200
committerDaniel <kingdread@gmx.de>2020-05-03 12:08:52 +0200
commitdb1f38ca7c1b269ee08c2d56788dafc154cffb5b (patch)
tree17df954a6fddd189e83f447355f34464cbc83037 /raidgrep.1.asciidoc
parent0d1898ad881e05abf93c73fc8a13e4e5e5596335 (diff)
downloadraidgrep-db1f38ca7c1b269ee08c2d56788dafc154cffb5b.tar.gz
raidgrep-db1f38ca7c1b269ee08c2d56788dafc154cffb5b.tar.bz2
raidgrep-db1f38ca7c1b269ee08c2d56788dafc154cffb5b.zip
slight formatting fix in manual
If we use +, then the -- is turned into – instead of staying like this. That is not what we want.
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r--raidgrep.1.asciidoc4
1 files changed, 2 insertions, 2 deletions
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.