diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index e6f4021bb5..3465721729 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -67,7 +67,6 @@ static const char* cmDocumentationUsageNote[][2] = { " --config = For multi-configuration tools, choose .\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"