diff options
-rw-r--r-- | docs/cmdline-opts/max-time.d | 2 | ||||
-rw-r--r-- | src/tool_help.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/max-time.d b/docs/cmdline-opts/max-time.d index c22343d32..0057f9d04 100644 --- a/docs/cmdline-opts/max-time.d +++ b/docs/cmdline-opts/max-time.d @@ -1,6 +1,6 @@ Long: max-time Short: m -Arg: <time> +Arg: <seconds> Help: Maximum time allowed for the transfer See-also: connect-timeout --- 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"}, |