mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 19:42:07 +03:00
Fix max-time help.
This commit is contained in:
parent
8f96cd990c
commit
36452f705c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user