remove unused help

This commit is contained in:
Heavybullets8 2022-07-29 00:47:38 -06:00
parent 21c46258f6
commit 542ac5ee0b

View File

@ -52,14 +52,14 @@ do
deleteBackup="true" deleteBackup="true"
;; ;;
*) *)
echo -e "Invalid Option \"--$OPTARG\"\n" && help echo -e "Invalid Option \"--$OPTARG\"\n"
exit help
;; ;;
esac esac
;; ;;
:) :)
echo -e "Option: \"-$OPTARG\" requires an argument\n" && help echo -e "Option: \"-$OPTARG\" requires an argument\n"
exit help
;; ;;
b) b)
number_of_backups=$OPTARG number_of_backups=$OPTARG
@ -119,12 +119,12 @@ do
verbose="true" verbose="true"
;; ;;
\?) \?)
echo -e "Invalid Option \"-$OPTARG\"\n" && help echo -e "Invalid Option \"-$OPTARG\"\n"
exit help
;; ;;
*) *)
echo -e "Invalid Option \"-$OPTARG\"\n" && help echo -e "Invalid Option \"-$OPTARG\"\n"
exit help
;; ;;
esac esac
done done