Skip to content

Commit 4c89fa3

Browse files
committed
Improved help for timeout
1 parent 6e8db1f commit 4c89fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub fn parse_args() -> Opts {
5757
.short("t")
5858
.long("timeout")
5959
.takes_value(true)
60-
.help("Timeout (seconds)"),
60+
.help("Timeout in seconds (default: wait forever)"),
6161
)
6262
.arg(
6363
Arg::with_name("quiet")

0 commit comments

Comments
 (0)