From 89e965ccae38e46e0dda0eb5746a0960ca606589 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Mon, 30 Mar 2020 12:10:06 +0100 Subject: frontend: change "no such script" to "unknown command" as far as the user is concerned, 'foo' in `lb foo` is a command; they do not know or need to know that the commands also correspond to actual scripts. Gbp-Dch: Short --- frontend/lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lb') 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 -- cgit v1.2.3