From 29a5cf7c42f2c229ec09ab2fb5666751b3b7e15d Mon Sep 17 00:00:00 2001 From: Francois Budin Date: Wed, 19 Jul 2017 14:13:23 -0400 Subject: CPack: Add missing options to installer shell script help `--version` and `--skip-license` were not in the list of available options when running script with `--help` option. --- Modules/CPack.STGZ_Header.sh.in | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v0.12