mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document the fact that -r and -m are mutually exclusive.
This commit is contained in:
parent
e9a039c2cb
commit
c0b0d54e10
1 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue