diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-01-13 16:23:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-13 16:23:57 +0100 |
commit | a7c73ae309c03bd84b28659421ac613e503565ce (patch) | |
tree | a3597c4840681bb718883f83f9ffd4eaf34d62ad /docs/cmdline-opts | |
parent | ac548bbaab1b8a4a1a5107a61f1592d17e837fa8 (diff) | |
download | curl-a7c73ae309c03bd84b28659421ac613e503565ce.tar.gz |
write-out.d: 'time_total' is not always shown with ms precision
We have higher resolution since 7.52.0
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/write-out.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 9262ad371..9580ac9d7 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -127,8 +127,7 @@ about to be transferred. This includes time_pretransfer and also the time the server needed to calculate the result. .TP .B time_total -The total time, in seconds, that the full operation lasted. The time will be -displayed with millisecond resolution. +The total time, in seconds, that the full operation lasted. .TP .B url_effective The URL that was fetched last. This is most meaningful if you've told curl |