From 2daf2ddcf39c605eaa6c9a5bba82cf5b1efd9a7c Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 19 Sep 2018 21:12:37 +0200 Subject: webui: explain how to quit --- commands/webui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/webui.go') diff --git a/commands/webui.go b/commands/webui.go index d44bebba..aea8295a 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 { -- cgit