mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
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.
This commit is contained in:
committed by
Brad King
parent
ce0911011e
commit
29a5cf7c42
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user