mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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" \
|
||||
" --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"
|
||||
|
||||
Reference in New Issue
Block a user