only-build to build-only (#12657)
Emmanuel Vasilakis committed
Apr 11, 2022 at 15:06 UTC
7f44aeaf48b6d4df406063699a0e6985d2062ccb
1 file changed
+1
-1
packaging/installer/kickstart.sh
+1
-1
@@ -891,7 +891,7 @@ EOF
891
892
confirm_install_prefix() {
893
if [ -n "${INSTALL_PREFIX}" ] && [ "${NETDATA_ONLY_BUILD}" -ne 1 ]; then
894
- fatal "The \`--install\` option is only supported together with the \`--only-build\` option." F0204
894
+ fatal "The \`--install\` option is only supported together with the \`--build-only\` option." F0204
895
fi
896
897
if [ -n "${INSTALL_PREFIX}" ]; then