From 232007b3c0a0077eb6f94a9efb8174a057bbb67d Mon Sep 17 00:00:00 2001 From: Daniel Marjamaki Date: Wed, 17 Aug 2011 22:19:19 +0200 Subject: [PATCH] --std=posix : simplified help text. might still need further updates --- cli/cmdlineparser.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index a461a76a7..8e8fcec97 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1,4 +1,4 @@ -/* +/* * Cppcheck - A tool for static C/C++ code analysis * Copyright (C) 2007-2011 Daniel Marjamäki and Cppcheck team. * @@ -706,8 +706,7 @@ void CmdLineParser::PrintHelp() " https://sourceforge.net/projects/cppcheck/files/Articles/\n" #endif " -s, --style Deprecated, use --enable=style\n" - " --std=posix Code is posix => it is not compatible with non-posix\n" - " environments.\n" + " --std=posix Code is posix\n" " --suppress= Suppress warnings that match . The format of\n" " is:\n" " [error id]:[filename]:[line]\n"