From 4f94e4fff856822574014d082f5ca02b4f354326 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 20 Aug 2019 00:31:30 +0200 Subject: [PATCH] cmdlineparser: Fixed typo inconlusive ==> inconclusive --- cli/cmdlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index da3dcc54a..56f0bcbc0 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1137,7 +1137,7 @@ void CmdLineParser::printHelp() " {column} column number\n" " {callstack} show a callstack. Example:\n" " [file.c:1] -> [file.c:100]\n" - " {inconlusive:text} if warning is inconclusive, text\n" + " {inconclusive:text} if warning is inconclusive, text\n" " is written\n" " {severity} severity\n" " {message} warning message\n"