mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
parent
e316d253fa
commit
882ed28d59
@ -1271,6 +1271,9 @@ main (int argc, char **argv)
|
||||
if (opt.verbose == -1)
|
||||
opt.verbose = !opt.quiet;
|
||||
|
||||
if (!opt.verbose && opt.show_progress == -1)
|
||||
opt.show_progress = false;
|
||||
|
||||
if (opt.quiet && opt.show_progress == -1)
|
||||
opt.show_progress = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user