diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-10-23 15:22:53 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-10-23 15:22:53 +0000 |
| commit | d6a8296aed8031613815a13d7c59344b8d3915ab (patch) | |
| tree | c5eb081c16dd6dc380bd12ce38e924d796eb1458 /usr.bin/fetch/fetch.1 | |
| parent | 1e2510f8ef77a59b94badaff174d13d877c6f74c (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.1')
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 40b6835eaa2e..919b5591b233 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -7,14 +7,14 @@ .Nd retrieve a file by Uniform Resource Locator .Sh SYNOPSIS .Nm fetch -.Op Fl AMPablmnpqrtv +.Op Fl AFMPablmnpqrtv .Op Fl S Ar size .Op Fl T Ar timeout .Op Fl o Ar file .Ar URL .Op Ar ... .Nm fetch -.Op Fl MPRlmnpqrv +.Op Fl FMPRlmnpqrv .Op Fl S Ar size .Op Fl o Ar file .Op Fl c Ar dir @@ -65,6 +65,14 @@ protocol. The file to retrieve is in directory .Ar dir on the remote host. +.It Fl F +Force restart without checking for the local file's date matching +that of the remote file. Use this with +.Fl r +to restart a transfer of a partial file where the modification +time on the local file has been changed and you are sure that the +remote file is still the same, as this will prevent retrieval from +starting anew. .It Fl f Ar file The file to retrieve is named .Ar file |
