diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-03 12:32:45 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-03 12:32:45 +0000 |
| commit | 7b21ed2f62d28b10fe22e3c7027b827d0174a034 (patch) | |
| tree | f1a2593ec7ef0f1cd490ad0fbbf9144a86477396 | |
| parent | implemented the MainOnly option (diff) | |
| download | mutator-7b21ed2f62d28b10fe22e3c7027b827d0174a034.tar.gz mutator-7b21ed2f62d28b10fe22e3c7027b827d0174a034.zip | |
fixed a link
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ 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:`RS="\n";FS=":"`), XML and JSON formats.<br/> -You can Join the Maillist here, mutator maillist](https://www.freelists.org/list/mutator). The maillist is moderated.<br/> +Reports are genrated in XML,JSON and simple text(AWK-friendly:`RS="\n";FS=":"`. Look at `ReportPrintPretty.sh` under `extra-tools`.).<br/> +You can Join the Maillist here, [mutator maillist](https://www.freelists.org/list/mutator). The maillist is moderated.<br/> You can follow Project `mutator` on twitter, @xashmith. <br/> |
