summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-04-11 15:06:29 +0300
committerGitHub <noreply@github.com>2022-04-11 08:06:29 -0400
commit7f44aeaf48b6d4df406063699a0e6985d2062ccb (patch)
treef721f0f283061bc1d213b195e4c3c768aa1bf428 /packaging
parentcd5cfc9b0819a7977078fcb62d537a5b742c80bb (diff)
only-build to build-only (#12657)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/installer/kickstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/kickstart.sh b/packaging/installer/kickstart.sh
index c6f40a2af9..2908fdfb93 100755
--- a/packaging/installer/kickstart.sh
+++ b/packaging/installer/kickstart.sh
@@ -891,7 +891,7 @@ EOF
confirm_install_prefix() {
if [ -n "${INSTALL_PREFIX}" ] && [ "${NETDATA_ONLY_BUILD}" -ne 1 ]; then
- fatal "The \`--install\` option is only supported together with the \`--only-build\` option." F0204
+ fatal "The \`--install\` option is only supported together with the \`--build-only\` option." F0204
fi
if [ -n "${INSTALL_PREFIX}" ]; then