aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2018-04-21 14:19:37 -0400
committerJay Satiro <raysatiro@yahoo.com>2018-04-21 14:19:37 -0400
commit0f72716676cd7f95ba7f879594da5b8b1c58e561 (patch)
treeb76cfee63be206ca5d0b70ce6914df31b2f30526 /src/tool_help.c
parentd122df5972fc01e39ae28e6bca705237d7e3318a (diff)
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
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 4bd65269a..6f5ad08d4 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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"},