Commit 0f727166 authored by Jay Satiro's avatar Jay Satiro
Browse files

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
parent d122df59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Long: max-time
Short: m
Arg: <time>
Arg: <seconds>
Help: Maximum time allowed for the transfer
See-also: connect-timeout
---
+1 −1
Original line number Diff line number Diff line
@@ -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"},