This commit is contained in:
Heavybullets8 2022-07-25 22:05:55 -06:00
parent b92627c77f
commit 0367588c65

View File

@ -48,10 +48,6 @@ do
;; ;;
esac esac
;; ;;
\?)
echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit
;;
# :) # :)
# echo -e "Option: \"-$OPTARG\" requires an argument\n" && help # echo -e "Option: \"-$OPTARG\" requires an argument\n" && help
# exit # exit
@ -92,6 +88,10 @@ do
v) v)
verbose="true" verbose="true"
;; ;;
\?)
echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit
;;
*) *)
echo -e "Invalid Option \"-$OPTARG\"\n" && help echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit exit