diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2018-04-21 14:19:37 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-04-21 14:19:37 -0400 |
commit | 0f72716676cd7f95ba7f879594da5b8b1c58e561 (patch) | |
tree | b76cfee63be206ca5d0b70ce6914df31b2f30526 /docs/cmdline-opts | |
parent | d122df5972fc01e39ae28e6bca705237d7e3318a (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 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/max-time.d | 2 |
1 files changed, 1 insertions, 1 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 --- |