We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f955d84 + 50d6d6f commit 82de696Copy full SHA for 82de696
README.md
@@ -55,7 +55,7 @@ Interaction with the analyzer is primarily through the command-line interpreter
55
```
56
> chkc c-file parse <filename>
57
> chkc c-file analyze <filename>
58
- > chkc c-file report-file <filename>
+ > chkc c-file report <filename>
59
60
The first command preprocesses the file with `cc`; the preprocessed file (.i file)
61
is then parsed with **parseFile** (a wrapper for goblint-cil,
0 commit comments