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
1 changed files with 0 additions and 3 deletions

View File

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