From 0f2855af0b3b07989123886f533ffbc806dc30e3 Mon Sep 17 00:00:00 2001 From: JuPrgn Date: Mon, 8 Mar 2021 16:01:55 +0100 Subject: [PATCH] Fix misra parameter typo (#3166) --- addons/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/README.md b/addons/README.md index a44d85c11..cd4ecbfdf 100644 --- a/addons/README.md +++ b/addons/README.md @@ -25,10 +25,10 @@ It is also possible to call scripts as follows: ```bash cppcheck --dump --quiet src/test.c python cert.py src/test.c.dump -python misra.py --rules-texts=~/misra_rules.txt src/test.c.dump +python misra.py --rule-texts=~/misra_rules.txt src/test.c.dump ``` -This allows you to add additional parameters when calling the script (for example, `--rule-tests` for `misra.py`). The full list of available parameters can be found by calling any script with the `--help` flag. +This allows you to add additional parameters when calling the script (for example, `--rule-texts` for `misra.py`). The full list of available parameters can be found by calling any script with the `--help` flag. ### GUI