Skip to content

Commit

Permalink
Be more clear on the expected format of --wait option
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslaw Smigielski authored and radeksm committed Nov 15, 2023
1 parent b8c6bf4 commit 56db128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/kind/create/cluster/createcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func NewCommand(logger log.Logger, streams cmd.IOStreams) *cobra.Command {
&flags.Wait,
"wait",
time.Duration(0),
"wait for control plane node to be ready (default 0s)",
"the length of time to wait for control plane node to be ready (default 0s). Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.",
)
cmd.Flags().StringVar(
&flags.Kubeconfig,
Expand Down

0 comments on commit 56db128

Please sign in to comment.