cmakemain: Remove ignored --use-stderr option from command line help

This commit is contained in:
Bartosz Kosiorek
2019-02-27 10:36:35 +01:00
parent f1367c8c51
commit b3955a08ab

View File

@@ -67,7 +67,6 @@ static const char* cmDocumentationUsageNote[][2] = {
" --config <cfg> = For multi-configuration tools, choose <cfg>.\n" \
" --clean-first = Build target 'clean' first, then build.\n" \
" (To clean only, use --target 'clean'.)\n" \
" --use-stderr = Ignored. Behavior is default in CMake >= 3.0.\n" \
" -v --verbose = Enable verbose output - if supported - including\n" \
" the build commands to be executed. \n" \
" -- = Pass remaining options to the native tool.\n"