Remove uneeded exit

This commit is contained in:
BarbUk 2023-04-27 09:48:32 +02:00
parent 4bf3e46660
commit ba4e8a1d66
No known key found for this signature in database
GPG Key ID: B6D01F84A7519939

1
snippy
View File

@ -227,7 +227,6 @@ parse_options() {
case "$1" in
-h|--help)
usage
exit
;;
--) # end argument parsing
shift