webui: explain how to quit

Michael Muré created

Change summary

commands/webui.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

commands/webui.go 🔗

@@ -86,6 +86,7 @@ func runWebUI(cmd *cobra.Command, args []string) error {
 	fmt.Printf("Web UI: %s\n", webUiAddr)
 	fmt.Printf("Graphql API: http://%s/graphql\n", addr)
 	fmt.Printf("Graphql Playground: http://%s/playground\n", addr)
+	fmt.Println("Press Ctrl+c to quit")
 
 	err = open.Run(webUiAddr)
 	if err != nil {