Skip to content

Commit

Permalink
cmdlineparser: Fixed typo inconlusive ==> inconclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Aug 19, 2019
1 parent bca875e commit 4f94e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f94e4f

Please sign in to comment.