aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-03 02:00:04 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-03 02:00:04 +0000
commit52fd0f2497ddcf84238f88d6a60150647c315636 (patch)
treedd3ef9edf62a80a36863eee8a75f8d640745ceec
parentminor change (diff)
downloadmutator-52fd0f2497ddcf84238f88d6a60150647c315636.tar.gz
mutator-52fd0f2497ddcf84238f88d6a60150647c315636.zip
fixed
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6dc46ac..e9ff783 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ To run the executables with the mutator UI, you can use `mutator.sh`. For a list
* `-i, --input, -input` lets you choose the input file(or a white-space-separated list of files) that is going to be passed to the mutator executable(s).<br/>
* `-o, --output, -output` lets you choose where to put the mutant.<br/>
* `-opts --options, pass options to the executable(s). The executables support all the clang options. please enclose all the options in double quatation. This is basically a pass-through option. Everything appearing inside will be passed through to the executable.`<br/>
-* `-copts --customoptions`, just like `-opts` but passes the custom options defined for each executable. it is pass-through. Example: `-copts "-MainOnly=false -SysHeader"`
+* `-copts --customoptions`, just like `-opts` but passes the custom options defined for each executable. it is pass-through. Example: `-copts "-MainOnly=false -SysHeader"`.<br/>
`mutator-lvl0` options:
* SysHeader, will let the executable know that you wish the checks to run through system headers as well. Off by default.<br/>