mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-31 15:07:45 +00:00
chore: exit with error code 1 on build script usage section (#925)
This commit is contained in:
parent
b7aee7affe
commit
223932eb7b
@ -35,7 +35,7 @@ function usage() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo " -x <install prefix>"
|
echo " -x <install prefix>"
|
||||||
echo " -p production install"
|
echo " -p production install"
|
||||||
exit 0
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
ARGV_PREFIX=""
|
ARGV_PREFIX=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user