summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-16 12:54:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-06-16 12:54:43 (GMT)
commit94d1879ba049fbb52a168228218e479b281bce12 (patch)
treec7c00e1360d7de1d5ba1683474256d36fc3e0e11 /Source/cmDocumentation.h
parent8af01cd5e9b15668816b422e6a8db80d94df8bcd (diff)
parentde7c2882ff053ebdb60c57caa4f0cef87161fede (diff)
downloadCMake-94d1879ba049fbb52a168228218e479b281bce12.zip
CMake-94d1879ba049fbb52a168228218e479b281bce12.tar.gz
CMake-94d1879ba049fbb52a168228218e479b281bce12.tar.bz2
Merge topic 'cmake-no-args-output'
de7c2882 cmake,ccmake: Produce shorter output on no arguments (#14973)
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r--Source/cmDocumentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index c98e48e..b72b5fe 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -102,6 +102,8 @@ private:
bool PrintFiles(std::ostream& os, std::string const& pattern);
bool PrintVersion(std::ostream& os);
+ bool PrintUsage(std::ostream& os);
+ bool PrintHelp(std::ostream& os);
bool PrintHelpFull(std::ostream& os);
bool PrintHelpOneManual(std::ostream& os);
bool PrintHelpOneCommand(std::ostream& os);
@@ -115,7 +117,6 @@ private:
bool PrintHelpListProperties(std::ostream& os);
bool PrintHelpListVariables(std::ostream& os);
bool PrintHelpListPolicies(std::ostream& os);
- bool PrintDocumentationUsage(std::ostream& os);
bool PrintOldCustomModules(std::ostream& os);
const char* GetNameString() const;