X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2Fwget.texi;h=e1f29dc7d0d6bac831a178b284c1b223689c1056;hp=11f2c4042572c6d31f7c2d5320c213cb7206c658;hb=8c2fd06ba80b5312b4540859d452664450ec054f;hpb=67a4c6cf97d544443b33b0374fe86aebf3298fe1 diff --git a/doc/wget.texi b/doc/wget.texi index 11f2c404..e1f29dc7 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -751,6 +751,16 @@ command line. The exception is that, when the output is not a TTY, the ``dot'' progress will be favored over ``bar''. To force the bar output, use @samp{--progress=bar:force}. +@item --show-progress +Force wget to display the progress bar in any verbosity. + +By default, wget only displays the progress bar in verbose mode. One may +however want wget to display the progress bar on screen in conjunction with +any other verbosity modes like @samp{--no-verbose} or @samp{--quiet}. This +is often a desired a property when invoking wget to download several small/large +files. In such a case, wget could simply be invoked with this parameter to get +a much cleaner output on the screen. + @item -N @itemx --timestamping Turn on time-stamping. @xref{Time-Stamping}, for details.