From c0b0d54e106d9ee877807a0e205c66da75f040f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 17 Jul 2000 21:51:48 +0000 Subject: [PATCH] Document the fact that -r and -m are mutually exclusive. --- usr.bin/fetch/fetch.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 186ba773b8c..da0aec3ecdc 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.