From 2daf2ddcf39c605eaa6c9a5bba82cf5b1efd9a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 19 Sep 2018 21:12:37 +0200 Subject: [PATCH] webui: explain how to quit --- commands/webui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/webui.go b/commands/webui.go index d44bebbafc52de66f26d88861217d11e42190f9d..aea8295aab8d70b9043efd5a484725c621af1faa 100644 --- a/commands/webui.go +++ b/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 {