remove unneeded option

This commit is contained in:
nazunalika 2021-05-07 17:16:32 -07:00
parent 4c2a01eb86
commit d975bbe41a
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -213,9 +213,6 @@ while getopts "hrVR" option; do
V) V)
verify_all_rpms=true verify_all_rpms=true
;; ;;
R)
reinstall_all_rpms=true
;;
*) *)
printf '%s\n' "${errcolor}Invalid switch.$nocolor" printf '%s\n' "${errcolor}Invalid switch.$nocolor"
usage usage