Herold Heiko <[EMAIL PROTECTED]> writes:
> There seems (looking at the docs) no way to say "use bar; in case of
> fallback to dot, use style X" - it will fallback to 1K dots always.
This should work now. This is how it should work now, assuming no
additional wgetrc customization:
$ wget URL
< ... download URL, use progress bar ... >
$ wget -o log URL
< ... download URL, use 1k dots ... >
$ wget -o log URL --dot-style=giga
< ... download URL, use 1M dots ... >
but:
$ wget URL --dot-style=giga
< ... download using the progress bar, because dot-style no longer
affects the choice of progress indicator ... >