Skip to content

Commit

Permalink
remove --no-show-errors leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 4, 2023
1 parent 2ff96c4 commit f534975
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -3264,7 +3264,6 @@ set_default(){
destroy_existing_guest=""
testers=""
allow_errors=""
no_show_errors=""
mirror=""
virtualbox_only=""
url_version_domain=""
Expand Down Expand Up @@ -3350,9 +3349,6 @@ parse_opt(){
allow-errors)
set_arg allow_errors 1
;;
no-show-errors)
set_arg no_show_errors 1
;;
redownload)
set_arg redownload 1
;;
Expand Down

0 comments on commit f534975

Please sign in to comment.