From fdb8cbdb8c8d93fd61595ba7cbb0948aff647bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 22 Jun 2020 20:10:03 +0200 Subject: [PATCH] manual; extend description of --std --- man/manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/manual.md b/man/manual.md index b5cb8ec11..324f7ef84 100644 --- a/man/manual.md +++ b/man/manual.md @@ -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: