manual; extend description of --std

This commit is contained in:
Daniel Marjamäki 2020-06-22 20:10:03 +02:00
parent 693b24d30a
commit fdb8cbdb8c
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,8 @@ You can also create your own custom platform configuration in a XML file. Here i
# C/C++ Standard
Use `--std` on the command line to specify a C/C++ standard.
Cppcheck assumes that the code is compatible with the latest C/C++ standard but you can override this.
The available options are: