1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Correctly document that the bar display is the default one.

This commit is contained in:
hniksic 2002-04-15 14:54:33 -07:00
parent 4c11f1b269
commit b9210ecbc8
2 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2002-04-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Fix the documentation of
`--progress'.
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com> 2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Document `--limit-rate'. * wget.texi (Wgetrc Commands): Document `--limit-rate'.

View File

@ -625,9 +625,14 @@ servers that support the @code{Range} header.
Select the type of the progress indicator you wish to use. Legal Select the type of the progress indicator you wish to use. Legal
indicators are ``dot'' and ``bar''. indicators are ``dot'' and ``bar''.
The ``dot'' indicator is used by default. It traces the retrieval by The ``bar'' indicator is used by default. It draws an ASCII progress
printing dots on the screen, each dot representing a fixed amount of bar graphics (a.k.a ``thermometer'' display) indicating the status of
downloaded data. retrieval. If the output is not a TTY, the ``dot'' bar will be used by
default.
Use @samp{--progress=dot} to switch to the ``dot'' display. It traces
the retrieval by printing dots on the screen, each dot representing a
fixed amount of downloaded data.
When using the dotted retrieval, you may also set the @dfn{style} by When using the dotted retrieval, you may also set the @dfn{style} by
specifying the type as @samp{dot:@var{style}}. Different styles assign specifying the type as @samp{dot:@var{style}}. Different styles assign
@ -639,11 +644,11 @@ lines). The @code{mega} style is suitable for downloading very large
files---each dot represents 64K retrieved, there are eight dots in a files---each dot represents 64K retrieved, there are eight dots in a
cluster, and 48 dots on each line (so each line contains 3M). cluster, and 48 dots on each line (so each line contains 3M).
Specifying @samp{--progress=bar} will draw a nice ASCII progress bar Note that you can set the default style using the @code{progress}
graphics (a.k.a ``thermometer'' display) to indicate retrieval. If the command in @file{.wgetrc}. That setting may be overridden from the
output is not a TTY, this option will be ignored, and Wget will revert command line. The exception is that, when the output is not a TTY, the
to the dot indicator. If you want to force the bar indicator, use ``dot'' progress will be favored over ``bar''. To force the bar output,
@samp{--progress=bar:force}. use @samp{--progress=bar:force}.
@item -N @item -N
@itemx --timestamping @itemx --timestamping