We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d42622 commit 7586654Copy full SHA for 7586654
commands/root.go
@@ -126,5 +126,5 @@ func rootFlags(options *rootOptions, flags *pflag.FlagSet) {
126
timeoutDuration = defaultTimeoutCli
127
}
128
129
- flags.DurationVar(&options.timeout, "timeout", timeoutDuration, "Override the default global timeout (20 seconds)")
+ flags.DurationVar(&options.timeout, "timeout", timeoutDuration, "Override the default global timeout (in seconds)")
130
0 commit comments