mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08: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>
|
||||
|
||||
* 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.
|
||||
|
||||
@item -nv
|
||||
@itemx --non-verbose
|
||||
Non-verbose output---turn off verbose without being completely quiet
|
||||
(use @samp{-q} for that), which means that error messages and basic
|
||||
information still get printed.
|
||||
@itemx --no-verbose
|
||||
Turn off verbose without being completely quiet (use @samp{-q} for
|
||||
that), which means that error messages and basic information still get
|
||||
printed.
|
||||
|
||||
@cindex input-file
|
||||
@item -i @var{file}
|
||||
|
Loading…
Reference in New Issue
Block a user