Fix max-time help.

This commit is contained in:
jcamiel 2022-10-20 17:58:43 +02:00
parent 8f96cd990c
commit 36452f705c
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -219,7 +219,7 @@ pub fn app(version: &str) -> Command {
clap::Arg::new("max_time")
.long("max-time")
.short('m')
.value_name("NUM")
.value_name("SECONDS")
.help("Maximum time allowed for the transfer")
.default_value(default_timeout.to_string())
.allow_hyphen_values(true)