diff options
author | Brad King <brad.king@kitware.com> | 2017-07-21 14:14:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-07-21 14:14:19 (GMT) |
commit | 5e3b29f03af342f301c301abddf7a9af868ce211 (patch) | |
tree | 4761d5e9e1ef457d1598da72b4dc4a9e960ea3fa /Modules | |
parent | 7b70023e9323166c252cae1c7335a03b858343b4 (diff) | |
parent | 29a5cf7c42f2c229ec09ab2fb5666751b3b7e15d (diff) | |
download | CMake-5e3b29f03af342f301c301abddf7a9af868ce211.zip CMake-5e3b29f03af342f301c301abddf7a9af868ce211.tar.gz CMake-5e3b29f03af342f301c301abddf7a9af868ce211.tar.bz2 |
Merge topic 'cpack-stgz-help'
29a5cf7c CPack: Add missing options to installer shell script help
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1068
Diffstat (limited to 'Modules')
-rwxr-xr-x | Modules/CPack.STGZ_Header.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CPack.STGZ_Header.sh.in b/Modules/CPack.STGZ_Header.sh.in index c615851..70f63d2 100755 --- a/Modules/CPack.STGZ_Header.sh.in +++ b/Modules/CPack.STGZ_Header.sh.in @@ -7,9 +7,11 @@ cpack_usage() Usage: $0 [options] Options: [defaults in brackets after descriptions] --help print this message + --version print cmake installer version --prefix=dir directory in which to install --include-subdir include the @CPACK_PACKAGE_FILE_NAME@ subdirectory --exclude-subdir exclude the @CPACK_PACKAGE_FILE_NAME@ subdirectory + --skip-license accept license EOF exit 1 } |