mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Change --non-verbose to --no-verbose.
This commit is contained in:
parent
876cd95a6e
commit
247297276c
@ -1,3 +1,8 @@
|
|||||||
|
2005-06-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* wget.texi (Logging and Input File Options): It's --no-verbose,
|
||||||
|
not --non-verbose.
|
||||||
|
|
||||||
2005-05-30 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-05-30 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (HTTP Options): Removed statement that redirect in
|
* wget.texi (HTTP Options): Removed statement that redirect in
|
||||||
|
@ -486,10 +486,10 @@ Turn on verbose output, with all the available data. The default output
|
|||||||
is verbose.
|
is verbose.
|
||||||
|
|
||||||
@item -nv
|
@item -nv
|
||||||
@itemx --non-verbose
|
@itemx --no-verbose
|
||||||
Non-verbose output---turn off verbose without being completely quiet
|
Turn off verbose without being completely quiet (use @samp{-q} for
|
||||||
(use @samp{-q} for that), which means that error messages and basic
|
that), which means that error messages and basic information still get
|
||||||
information still get printed.
|
printed.
|
||||||
|
|
||||||
@cindex input-file
|
@cindex input-file
|
||||||
@item -i @var{file}
|
@item -i @var{file}
|
||||||
|
Loading…
Reference in New Issue
Block a user