Skip to content

Commit 7586654

Browse files
committed
clarify cli timeout definition
Signed-off-by: Viacheslav Vasilyev <[email protected]>
1 parent 2d42622 commit 7586654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ func rootFlags(options *rootOptions, flags *pflag.FlagSet) {
126126
timeoutDuration = defaultTimeoutCli
127127
}
128128
}
129-
flags.DurationVar(&options.timeout, "timeout", timeoutDuration, "Override the default global timeout (20 seconds)")
129+
flags.DurationVar(&options.timeout, "timeout", timeoutDuration, "Override the default global timeout (in seconds)")
130130
}

0 commit comments

Comments
 (0)