webui: explain how to quit

This commit is contained in:
Michael Muré 2018-09-19 21:12:37 +02:00
parent 26f488e6c5
commit 2daf2ddcf3
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -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 {