summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-02-27 09:36:35 (GMT)
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-03-04 09:44:14 (GMT)
commitb3955a08ab1af0e2f4dc8b42b2b387e474bc01db (patch)
tree71ba3d62a2f9c6bda267ecfd526b25113795b1dd
parentf1367c8c51cacff745c77400c355cd038716f3ec (diff)
downloadCMake-b3955a08ab1af0e2f4dc8b42b2b387e474bc01db.zip
CMake-b3955a08ab1af0e2f4dc8b42b2b387e474bc01db.tar.gz
CMake-b3955a08ab1af0e2f4dc8b42b2b387e474bc01db.tar.bz2
cmakemain: Remove ignored --use-stderr option from command line help
-rw-r--r--Source/cmakemain.cxx1
1 files changed, 0 insertions, 1 deletions
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 <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"