summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/max-time.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-01 11:40:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-01 11:42:09 +0200
commit120ccc8653ed95343699d99c27e27c71410f8b7a (patch)
tree3f6d11629f85fffeffe6fc2f6e54d71cb9295c50 /docs/cmdline-opts/max-time.d
parentad53b9a65f7f0c776909abd194ce13292341e139 (diff)
downloadcurl-120ccc8653ed95343699d99c27e27c71410f8b7a.tar.gz
fixup call it 'fractional seconds' for --max-time and --connect-timeoutbagder/curl-1-examples
Diffstat (limited to 'docs/cmdline-opts/max-time.d')
-rw-r--r--docs/cmdline-opts/max-time.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/max-time.d b/docs/cmdline-opts/max-time.d
index 1827abe72..cb86fa9fc 100644
--- a/docs/cmdline-opts/max-time.d
+++ b/docs/cmdline-opts/max-time.d
@@ -1,7 +1,7 @@
Long: max-time
Short: m
-Arg: <seconds>
-Help: Maximum time allowed for the transfer
+Arg: <fractional seconds>
+Help: Maximum time allowed for transfer
See-also: connect-timeout
Category: connection
Example: --max-time 10 $URL