From b3955a08ab1af0e2f4dc8b42b2b387e474bc01db Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Wed, 27 Feb 2019 10:36:35 +0100 Subject: cmakemain: Remove ignored --use-stderr option from command line help --- Source/cmakemain.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index e6f4021..3465721 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" -- cgit v0.12