diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-07-09 15:45:36 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-07-09 15:46:49 +0200 |
commit | 45339625bc85b29225a2035a57eceda43206dd1e (patch) | |
tree | 797c05f4602583fe0bcac529b1fb5485b0b3e4a2 /docs | |
parent | 20ff820ef2d59fb68d50665ab64fb9d6da323751 (diff) | |
download | curl-45339625bc85b29225a2035a57eceda43206dd1e.tar.gz |
Revert "curl.1: document the --time-cond option in the man page"
This reverts commit 3a0e931fc715a80004958794a96b12cf90503f99 because
the documentation of --time-cond was duplicated by mistake.
Reported by: Dave Reisner
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 20f87f1ac..6d71152e4 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1423,9 +1423,6 @@ default 512 bytes will be used. If this option is used several times, the last one will be used. (Added in 7.20.0) -.IP " -z, --time-cond TIME" -Transfer based on a time condition. TIME may to be preceded by -, +, or =. -See the corresponding sections 14.24, 14.28, and 14.29 of RFC 2068. .IP "--tlsauthtype <authtype>" Set TLS authentication type. Currently, the only supported option is "SRP", for TLS-SRP (RFC 5054). If \fI--tlsuser\fP and \fI--tlspassword\fP are @@ -1708,7 +1705,7 @@ speed-time seconds it gets aborted. speed-time is set with \fI-y\fP and is 30 if not set. If this option is used several times, the last one will be used. -.IP "-z/--time-cond <date expression>|<file>" +.IP "-z, --time-cond <date expression>|<file>" (HTTP/FTP) Request a file that has been modified later than the given time and date, or one that has been modified before that time. The <date expression> can be all sorts of date strings or if it doesn't match any internal ones, it |