summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 21:51:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-07-17 21:51:48 +0000
commitc0b0d54e106d9ee877807a0e205c66da75f040f6 (patch)
tree0b1b6f5f15db468c6f26e8166a18a0ecb3220d3b
parente9a039c2cbaeefaec0609d85c46304ba7739e472 (diff)
Notes
-rw-r--r--usr.bin/fetch/fetch.110
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 186ba773b8cd..da0aec3ecdc7 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -118,6 +118,11 @@ rather than trying to copy it.
.It Fl m
Mirror mode: if the file already exists locally and has the same size
and modification time as the remote file, it will not be fetched.
+Note that the
+.Fl m
+and
+.Fl r
+flags are mutually exclusive.
.It Fl n
Don't preserve the modification time of the transferred file.
.It Fl o Ar file
@@ -148,6 +153,11 @@ The output files are precious, and should not be deleted under any
circumstances, even if the transfer failed or was incomplete.
.It Fl r
Restart a previously interrupted transfer.
+Note that the
+.Fl m
+and
+.Fl r
+flags are mutually exclusive.
.It Fl S Ar bytes
Require the file size reported by the server to match the specified
value.