0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

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
--compiler Compiler to use (default: '${COMPILER}')
-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}')
-p, --plugins Space-separated list of plugins to build
(default: ${BUILD_PLUGINS})
@ -576,7 +576,7 @@ build() {
shift ;;
-g|--generators)
buil_generators="$2"
build_generators="$2"
shift ;;
-i|--install-prefix)