aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-01 00:07:06 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-01 00:07:06 +0000
commit2b62a21cfacf86058a29cc1f299f34a416ab3dbd (patch)
tree1e7eb24e28971c2f228a0a991ee227d85b437e73
parentthe simple text output is now really AWK friendly (diff)
downloadmutator-2b62a21cfacf86058a29cc1f299f34a416ab3dbd.tar.gz
mutator-2b62a21cfacf86058a29cc1f299f34a416ab3dbd.zip
updated
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07560ff..78f1782 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
A C code mutator,Misra-C checker and code transformation tool written using the Clang frontend(LibTooling) as a stand-alone in C++.<br/>
-Reports are genrated in simple text(AWK-friendly), XML and JSON formats.<br/>
+Reports are genrated in simple text(AWK-friendly:`RS="\n";FS=":"`), XML and JSON formats.<br/>
<br/>
Here are some samples from the `mutator-lvl0`, the Misra-C checker Reports:<br/>