summaryrefslogtreecommitdiff
path: root/frontend/lb
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2020-04-23 16:38:59 +0200
committerRaphaël Hertzog <hertzog@debian.org>2020-04-23 16:38:59 +0200
commit4c75f80e6763490d5bcb0e0a460b096a3292ae61 (patch)
tree9806aeebde92fc55b8435903badf3c3fcb7a5bd8 /frontend/lb
parentb3bba232ac6e1feff9e506506247aa20cd7f467c (diff)
downloadvyos-live-build-4c75f80e6763490d5bcb0e0a460b096a3292ae61.tar.gz
vyos-live-build-4c75f80e6763490d5bcb0e0a460b096a3292ae61.zip
Use descriptive parameter names for Usage()
Diffstat (limited to 'frontend/lb')
-rwxr-xr-xfrontend/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lb b/frontend/lb
index 4f4aa2ead..08aae45a2 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -25,7 +25,7 @@ Arguments frontend "${@}"
eval set -- "${REMAINING_ARGS}"
if [ -z "${1}" ]; then
- Usage 1
+ Usage --fail
fi
COMMAND="${1}"