mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-25 22:16:01 -05:00
Fix typos in release tool
This commit is contained in:
parent
4b51b39a83
commit
ded0aab586
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user