mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
tool_help: clarify --max-time unit of time is seconds
Before: -m, --max-time <time> Maximum time allowed for the transfer After: -m, --max-time <seconds> Maximum time allowed for the transfer
This commit is contained in:
parent
d122df5972
commit
0f72716676
@ -1,6 +1,6 @@
|
||||
Long: max-time
|
||||
Short: m
|
||||
Arg: <time>
|
||||
Arg: <seconds>
|
||||
Help: Maximum time allowed for the transfer
|
||||
See-also: connect-timeout
|
||||
---
|
||||
|
@ -228,7 +228,7 @@ static const struct helptxt helptext[] = {
|
||||
"Maximum file size to download"},
|
||||
{" --max-redirs <num>",
|
||||
"Maximum number of redirects allowed"},
|
||||
{"-m, --max-time <time>",
|
||||
{"-m, --max-time <seconds>",
|
||||
"Maximum time allowed for the transfer"},
|
||||
{" --metalink",
|
||||
"Process given URLs as metalink XML file"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user