summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-07-17 21:51:48 +0000
committerdes <des@FreeBSD.org>2000-07-17 21:51:48 +0000
commit6bedb18bdeb3ac332b16725982da5de730a11117 (patch)
treeed33bc360a506adb9691807366ea1cbeae2ab48e /usr.bin/fetch
parent403f5cc58eb8dd8a39afb2043d662fd3e23ca637 (diff)
downloadFreeBSD-src-6bedb18bdeb3ac332b16725982da5de730a11117.zip
FreeBSD-src-6bedb18bdeb3ac332b16725982da5de730a11117.tar.gz
Document the fact that -r and -m are mutually exclusive.
Diffstat (limited to 'usr.bin/fetch')
-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 186ba77..da0aec3 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.
OpenPOWER on IntegriCloud