Fix typos in release tool

This commit is contained in:
Jonathan White 2018-07-10 21:43:01 -04:00
parent 4b51b39a83
commit ded0aab586
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -112,7 +112,7 @@ Options:
-c, --cmake-options Additional CMake options for compiling the sources -c, --cmake-options Additional CMake options for compiling the sources
--compiler Compiler to use (default: '${COMPILER}') --compiler Compiler to use (default: '${COMPILER}')
-m, --make-options Make options for compiling sources (default: '${MAKE_OPTIONS}') -m, --make-options Make options for compiling sources (default: '${MAKE_OPTIONS}')
-g, --generators Additional CPack generators (default: ) -g, --generators Additional CPack generators (default: '${CPACK_GENERATORS}')
-i, --install-prefix Install prefix (default: '${INSTALL_PREFIX}') -i, --install-prefix Install prefix (default: '${INSTALL_PREFIX}')
-p, --plugins Space-separated list of plugins to build -p, --plugins Space-separated list of plugins to build
(default: ${BUILD_PLUGINS}) (default: ${BUILD_PLUGINS})
@ -576,7 +576,7 @@ build() {
shift ;; shift ;;
-g|--generators) -g|--generators)
buil_generators="$2" build_generators="$2"
shift ;; shift ;;
-i|--install-prefix) -i|--install-prefix)