Remove redundant word in --library description (#886)

This commit is contained in:
Benjamin Fovet 2017-04-04 01:40:37 +02:00 committed by Matthias Krüger
parent d06ed9d5d0
commit 1f83c014d5
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ void CmdLineParser::PrintHelp()
" language. Valid values are: c, c++\n"
" --library=<cfg> Load file <cfg> that contains information about types\n"
" and functions. With such information Cppcheck\n"
" understands your your code better and therefore you\n"
" understands your code better and therefore you\n"
" get better results. The std.cfg file that is\n"
" distributed with Cppcheck is loaded automatically.\n"
" For more information about library files, read the\n"