mirror of
https://github.com/curl/curl.git
synced 2026-08-09 15:44:17 +03: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue