From 8017a17f57b49da0883b810f35fd012a1b6d4fbd Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Aug 2003 13:00:46 -0400 Subject: ENH: Added documentation of specifying an existing build tree as an argument. --- Source/CursesDialog/ccmake.cxx | 3 ++- Source/MFCDialog/CMakeSetup.cpp | 2 +- Source/cmakemain.cxx | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index 9c19a10..1166a64 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -39,7 +39,8 @@ static const cmDocumentationEntry cmDocumentationName[] = static const cmDocumentationEntry cmDocumentationUsage[] = { {0, - " ccmake ", 0}, + " ccmake \n" + " ccmake ", 0}, {0,0,0} }; diff --git a/Source/MFCDialog/CMakeSetup.cpp b/Source/MFCDialog/CMakeSetup.cpp index 29359cf..aab984e 100644 --- a/Source/MFCDialog/CMakeSetup.cpp +++ b/Source/MFCDialog/CMakeSetup.cpp @@ -23,7 +23,7 @@ static const cmDocumentationEntry cmDocumentationUsage[] = {0, " CMakeSetup [options]\n" " CMakeSetup [options] \n" - " CMakeSetup [options] ", 0}, + " CMakeSetup [options] ", 0}, {0,0,0} }; diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 24176ca..7a19d09 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -33,7 +33,8 @@ static const cmDocumentationEntry cmDocumentationName[] = static const cmDocumentationEntry cmDocumentationUsage[] = { {0, - " cmake [options] ", 0}, + " cmake [options] \n" + " cmake [options] ", 0}, {0,0,0} }; -- cgit v0.12