Skip to content

Commit

Permalink
Correct flag text.
Browse files Browse the repository at this point in the history
Co-authored-by: Jack McCluskey <[email protected]>
  • Loading branch information
lostluck and jrmccluskey authored Aug 22, 2024
1 parent e1e0261 commit bdc3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/go/cmd/prism/prism.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
webPort = flag.Int("web_port", 8074, "specify the web ui port")
jobManagerEndpoint = flag.String("jm_override", "", "set to only stand up a web ui that refers to a seperate JobManagement endpoint")
serveHTTP = flag.Bool("serve_http", true, "enable or disable the web ui")
idleShutdownTimeout = flag.Duration("idle_shutdown_timeout", -1, "duration that prism will wait for a new job before shutting itself down. Negative durations disable auto shutdown infinit wait. Defaults to never shutting down.")
idleShutdownTimeout = flag.Duration("idle_shutdown_timeout", -1, "duration that prism will wait for a new job before shutting itself down. Negative durations disable auto shutdown. Defaults to never shutting down.")
)

func main() {
Expand Down

0 comments on commit bdc3fff

Please sign in to comment.