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_selinuxfs | |
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_selinuxfs')
-rwxr-xr-x | scripts/build/chroot_selinuxfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index 9bab5eb05..2916679d6 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -64,6 +64,6 @@ case "${1}" in ;; *) - Usage 1 + Usage --fail ;; esac |