Skip to content

Commit

Permalink
clarify cli timeout definition
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidik committed Sep 21, 2024
1 parent 1133579 commit 966aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ func rootFlags(options *rootOptions, flags *pflag.FlagSet) {
timeoutDuration = defaultTimeoutCli
}
}
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)")
}

0 comments on commit 966aaf3

Please sign in to comment.