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 committed Nov 13, 2023
1 parent b8c6bf4 commit b4aa08f
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)",
"wait for control plane node to be ready (default 0s), time unit is required, examples: 90s, 10m, 1h.",
)
cmd.Flags().StringVar(
&flags.Kubeconfig,
Expand Down

0 comments on commit b4aa08f

Please sign in to comment.