diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index dd968ed26..2337be871 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -549,7 +549,7 @@ There are false positives with this option. Each result must be carefully invest Set standard. The available options are: - c89C code is C89 compatiblec99C code is C99 compatiblec11C code is C11 compatible (default)c++03C++ code is C++03 compatiblec++11C++ code is C++11 compatible (default) + c89C code is C89 compatiblec99C code is C99 compatiblec11C code is C11 compatible (default)c++03C++ code is C++03 compatiblec++11C++ code is C++11 compatiblec++14C++ code is C++14 compatiblec++17C++ code is C++17 compatiblec++20C++ code is C++20 compatible (default)