diff --git a/internal/cli/kraft/cloud/instance/stop/stop.go b/internal/cli/kraft/cloud/instance/stop/stop.go index ae1c1ce6f..74fc6091f 100644 --- a/internal/cli/kraft/cloud/instance/stop/stop.go +++ b/internal/cli/kraft/cloud/instance/stop/stop.go @@ -24,8 +24,8 @@ import ( type StopOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` - Wait time.Duration `local:"true" long:"wait" short:"w" usage:"Time to wait for the instance to drain all connections before it is stopped (ms/s/m/h)"` - DrainTimeout time.Duration `local:"true" long:"drain-timeout" short:"d" usage:"Timeout for the instance to stop (ms/s/m/h)"` + Wait time.Duration `local:"true" long:"wait" short:"w" usage:"Timeout for the instance to stop (ms/s/m/h)"` + DrainTimeout time.Duration `local:"true" long:"drain-timeout" short:"d" usage:"Time to wait for the instance to drain all connections before it is stopped (ms/s/m/h)"` All bool `long:"all" short:"a" usage:"Stop all instances"` Force bool `long:"force" short:"f" usage:"Force stop the instance(s)"` Metro string `noattribute:"true"`