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
;;
\?)
echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit
;;
# :)
# echo -e "Option: \"-$OPTARG\" requires an argument\n" && help
# exit
@ -92,6 +88,10 @@ do
v)
verbose="true"
;;
\?)
echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit
;;
*)
echo -e "Invalid Option \"-$OPTARG\"\n" && help
exit