summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-04-12 20:21:54 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-04-12 20:21:54 (GMT)
commit7f6f6060c33fc776c1bcf844cb8e197ee65b523d (patch)
tree6083792bc4d022024b0c632df5c9ba866528605c /Source/cmakemain.cxx
parent8997dc935cc7a7fc750eb3aa0a9e1ce2353121a0 (diff)
downloadCMake-7f6f6060c33fc776c1bcf844cb8e197ee65b523d.zip
CMake-7f6f6060c33fc776c1bcf844cb8e197ee65b523d.tar.gz
CMake-7f6f6060c33fc776c1bcf844cb8e197ee65b523d.tar.bz2
CMake: Clarify the --debug-trycompile help text
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index a5dca18..663ce8f 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -109,7 +109,8 @@ static const char * cmDocumentationOptions[][3] =
"Dump a wide range of information about the current system. If run "
"from the top of a binary tree for a CMake project it will dump "
"additional information such as the cache, log files etc."},
- {"--debug-trycompile", "Do not delete the try compile directories..",
+ {"--debug-trycompile", "Do not delete the try_compile build tree. Only "
+ "useful on one try_compile at a time.",
"Do not delete the files and directories created for try_compile calls. "
"This is useful in debugging failed try_compiles. It may however "
"change the results of the try-compiles as old junk from a previous "