mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-12-28 20:50:54 +00:00
remove unneeded option
This commit is contained in:
parent
4c2a01eb86
commit
d975bbe41a
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue