You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,7 +95,7 @@ See the examples in 'limactl create --help'.
96
95
ifruntime.GOOS!="windows" {
97
96
startCommand.Flags().Bool("foreground", false, "run the hostagent in the foreground")
98
97
}
99
-
startCommand.Flags().Duration("timeout", start.DefaultWatchHostAgentEventsTimeout, "duration to wait for the instance to be running before timing out")
98
+
startCommand.Flags().Duration("timeout", instance.DefaultWatchHostAgentEventsTimeout, "duration to wait for the instance to be running before timing out")
0 commit comments