diff options
author | Daniel <kingdread@gmx.de> | 2020-05-03 12:08:52 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-03 12:08:52 +0200 |
commit | db1f38ca7c1b269ee08c2d56788dafc154cffb5b (patch) | |
tree | 17df954a6fddd189e83f447355f34464cbc83037 /raidgrep.1.asciidoc | |
parent | 0d1898ad881e05abf93c73fc8a13e4e5e5596335 (diff) | |
download | raidgrep-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.asciidoc | 4 |
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. |