diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-02-27 09:36:35 (GMT) |
---|---|---|
committer | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2019-03-04 09:44:14 (GMT) |
commit | b3955a08ab1af0e2f4dc8b42b2b387e474bc01db (patch) | |
tree | 71ba3d62a2f9c6bda267ecfd526b25113795b1dd | |
parent | f1367c8c51cacff745c77400c355cd038716f3ec (diff) | |
download | CMake-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.cxx | 1 |
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" |