mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
cmakemain: Remove ignored --use-stderr option from command line help
This commit is contained in:
@@ -67,7 +67,6 @@ static const char* cmDocumentationUsageNote[][2] = {
|
|||||||
" --config <cfg> = For multi-configuration tools, choose <cfg>.\n" \
|
" --config <cfg> = For multi-configuration tools, choose <cfg>.\n" \
|
||||||
" --clean-first = Build target 'clean' first, then build.\n" \
|
" --clean-first = Build target 'clean' first, then build.\n" \
|
||||||
" (To clean only, use --target 'clean'.)\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" \
|
" -v --verbose = Enable verbose output - if supported - including\n" \
|
||||||
" the build commands to be executed. \n" \
|
" the build commands to be executed. \n" \
|
||||||
" -- = Pass remaining options to the native tool.\n"
|
" -- = Pass remaining options to the native tool.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user