aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-13 14:27:35 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-13 14:27:35 +0000
commitc7f1ea148d8760dd81ce696210aa857d6898fab9 (patch)
tree43891a2a02f1583a739cc16f7b88621c7d300e24 /README.md
parentupdate (diff)
downloadcgrep-c7f1ea148d8760dd81ce696210aa857d6898fab9.tar.gz
cgrep-c7f1ea148d8760dd81ce696210aa857d6898fab9.zip
update
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10ee8ce..b240803 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ cgrep --func --var --regex n[aA]m ./cgrep.cpp
Pleade do note that the regex will pass through both C++ and the regex engine, so if you would want to escape `\`, the regex you pass as the commandline arg would be `\\\\` instead of the normal `\\`.<br/>
In order for cgrep to work, you need to have a compilation database, tools like cmake can generate one for you.<br/>
If your build tool doesn't do that, you can just use [bear](https://github.com/rizsotto/Bear).<br/>
-You can also skipp the compilation database alltogether passing cgrep `--` after the input file name.<br/>
+You can also skip the compilation database alltogether passing cgrep `--` after the input file name.<br/>
## Options
Here's an option list though it might not be necessarily up-to-date.<br/>