cmake,ccmake: Produce shorter output on no arguments (#14973)

Instead printing complete help cmake/ccmake now prints only Usage section and
extra information how to get more help or start your build.

Implementation Details:

  Usage help type was renamed to Help, and new Usage was introduces that prints
  only command line usage information without any extra details.

  Commands add some extra information when no arguments are passed.
This commit is contained in:
Adam Strzelecki 2014-06-12 22:18:32 +02:00 committed by Brad King
parent 1f00d738bd
commit de7c2882ff
5 changed files with 52 additions and 5 deletions