summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfrontend/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lb b/frontend/lb
index 43b822fcb..137867be2 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -55,7 +55,7 @@ elif [ $(which "${COMMAND}") ]; then
# User has live-build commands in path
SCRIPT="${COMMAND}"
else
- Echo_error "No such script: ${COMMAND}"
+ Echo_error "Unknown command: ${COMMAND}"
exit 1
fi