diff options
author | des <des@FreeBSD.org> | 2000-07-17 22:44:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-07-17 22:44:36 +0000 |
commit | 29b66ff09c91b62fdbd8b207fc418abd1ed0cf74 (patch) | |
tree | 4000024938fd644e1d6c5f011e83b48134fbfed5 /usr.bin/fetch | |
parent | 0a49b612e7bb6bcf2d67bf5812002119d0cdf9e2 (diff) | |
download | FreeBSD-src-29b66ff09c91b62fdbd8b207fc418abd1ed0cf74.zip FreeBSD-src-29b66ff09c91b62fdbd8b207fc418abd1ed0cf74.tar.gz |
The description of the semantics of -v and -q has long since been OBE.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index da0aec3..7d08fae 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -145,9 +145,6 @@ Try this flag if seems to hang when retrieving FTP URLs. .It Fl q Quiet mode. -This works by setting the verbosity level to zero; see the -.Fl v -option. .It Fl R The output files are precious, and should not be deleted under any circumstances, even if the transfer failed or was incomplete. @@ -179,13 +176,7 @@ Work around a different set of buggy .Tn TCP implementations. .It Fl v -Each instance of this flag increases the verbosity level by one. -Level one (the default) only gives a summary after each file; level -two show a running count during the transfer, provided that the -standard output goes to a terminal; level three enables messages from -the -.Xr fetch 3 -library. +Increase verbosity level. .It Fl w Ar seconds When the .Fl a |