diff options
author | des <des@FreeBSD.org> | 2000-07-08 09:34:53 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-07-08 09:34:53 +0000 |
commit | 1fddde897c979366119f60c016c9d42ef531bbde (patch) | |
tree | dff0b4e2a828e3b28d8b2daf294514f45609c41b /usr.bin/fetch | |
parent | 9ee4aebc401426028e08df280498160766cfb22a (diff) | |
download | FreeBSD-src-1fddde897c979366119f60c016c9d42ef531bbde.zip FreeBSD-src-1fddde897c979366119f60c016c9d42ef531bbde.tar.gz |
Clarify the meaning of -m and -n (thanks to bde).
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index cda91f8..186ba77 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -116,13 +116,10 @@ If the target is a file-scheme URL, make a symbolic link to the target rather than trying to copy it. .It Fl M .It Fl m -Mirror mode: set the modification time of the local file to that of -the remote file. -If the file already exists locally and has the same size and -modification time as the remote file, it will not be fetched. +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. .It Fl n -Don't preserve the modtime of the transfered file, use the current -time. +Don't preserve the modification time of the transferred file. .It Fl o Ar file Set the output file name to .Ar file . |