summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-18 00:08:02 +0000
committerjkh <jkh@FreeBSD.org>1996-07-18 00:08:02 +0000
commitdc8c550225559ee6cb3644e3093b13b7173d19c4 (patch)
treed2d2d01fa65bdb434ae5ed6125a199f8e230c191 /usr.bin/fetch/fetch.1
parent88c897a67d54cb92582372ed301e56b11a861936 (diff)
downloadFreeBSD-src-dc8c550225559ee6cb3644e3093b13b7173d19c4.zip
FreeBSD-src-dc8c550225559ee6cb3644e3093b13b7173d19c4.tar.gz
Add -n flag to use the current modtime rather than preserving it.
Diffstat (limited to 'usr.bin/fetch/fetch.1')
-rw-r--r--usr.bin/fetch/fetch.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 4d250f9..9c30943 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: fetch.1,v 1.2 1996/07/05 01:03:20 jkh Exp $
.Dd July 2, 1996
.Dt FETCH 1
.Os
@@ -7,11 +7,11 @@
.Nd retrieve a file by Uniform Resource Locator
.Sh SYNOPSIS
.Nm fetch
-.Op Fl MPmpqr
+.Op Fl MPmnpqr
.Op Fl o Ar file
.Ar URL
.Nm fetch
-.Op Fl MPmpqr
+.Op Fl MPmnpqr
.Op Fl o Ar file
.Op Fl c Ar dir
.Fl f Ar file
@@ -51,6 +51,8 @@ Mirror mode: Set the modification time of the file so that it is
identical to the modification time of the file at the remote host.
If the file already exists on the local host and is identical (as
gauged by size and modification time), no transfer is done.
+.It Fl n
+Don't preserve the modtime of the transfered file, use the current time.
.It Fl P
.It Fl p
Use passive mode if you are behind a firewall.
OpenPOWER on IntegriCloud