diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 16:38:59 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 16:38:59 +0200 |
commit | 4c75f80e6763490d5bcb0e0a460b096a3292ae61 (patch) | |
tree | 9806aeebde92fc55b8435903badf3c3fcb7a5bd8 /scripts/build/chroot_debianchroot | |
parent | b3bba232ac6e1feff9e506506247aa20cd7f467c (diff) | |
download | vyos-live-build-4c75f80e6763490d5bcb0e0a460b096a3292ae61.tar.gz vyos-live-build-4c75f80e6763490d5bcb0e0a460b096a3292ae61.zip |
Use descriptive parameter names for Usage()
Diffstat (limited to 'scripts/build/chroot_debianchroot')
-rwxr-xr-x | scripts/build/chroot_debianchroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_debianchroot b/scripts/build/chroot_debianchroot index 3a2050565..e7f32b4f6 100755 --- a/scripts/build/chroot_debianchroot +++ b/scripts/build/chroot_debianchroot @@ -67,6 +67,6 @@ case "${1}" in ;; *) - Usage 1 + Usage --fail ;; esac |