[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2553-g1bd6c43

Brad King brad.king at kitware.com
Fri Apr 25 08:40:25 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  1bd6c43b0ecfb8a5dd161e37d52fd22173839219 (commit)
       via  0051e8baec7a5ea8dfbbd216a240c4d55fd735ba (commit)
      from  0e76aa9382d26a5edab07764189d6fdea0fd4947 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1bd6c43b0ecfb8a5dd161e37d52fd22173839219
commit 1bd6c43b0ecfb8a5dd161e37d52fd22173839219
Merge: 0e76aa9 0051e8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 25 08:40:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 25 08:40:25 2014 -0400

    Merge topic 'doc-full-help' into next
    
    0051e8ba Document --help-full in command-line usage output


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0051e8baec7a5ea8dfbbd216a240c4d55fd735ba
commit 0051e8baec7a5ea8dfbbd216a240c4d55fd735ba
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 25 08:35:54 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Apr 25 08:36:13 2014 -0400

    Document --help-full in command-line usage output

diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 02967c0..5be4d5c 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -30,6 +30,8 @@ static const char *cmDocumentationStandardOptions[][2] =
    "Print usage information and exit."},
   {"--version,-version,/V [<f>]",
    "Print version number and exit."},
+  {"--help-full [<f>]",
+   "Print all help manuals and exit."},
   {"--help-manual <man> [<f>]",
    "Print one help manual and exit."},
   {"--help-manual-list [<f>]",

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentation.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list