diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 00:50:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 00:50:25 +0100 |
commit | 5c4a526388e5d45f332d241b03114eaff98c53ce (patch) | |
tree | e6f7e4c19074b9a892b5d3c80aaed6722f8c096d /docs/cmdline-opts/remote-time.d | |
parent | 720ea577dc2f850c24adbba463e307eed017bc11 (diff) | |
download | curl-5c4a526388e5d45f332d241b03114eaff98c53ce.tar.gz |
cmdline-opts: more command line options documented
Moved over to the new format
Diffstat (limited to 'docs/cmdline-opts/remote-time.d')
-rw-r--r-- | docs/cmdline-opts/remote-time.d | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/cmdline-opts/remote-time.d b/docs/cmdline-opts/remote-time.d new file mode 100644 index 000000000..0f369e01f --- /dev/null +++ b/docs/cmdline-opts/remote-time.d @@ -0,0 +1,7 @@ +long: remote-time +short: R +Help: Set the remote file's time on the local output +--- +When used, this will make curl attempt to figure out the timestamp of the +remote file, and if that is available make the local file get that same +timestamp. |