diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/help.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/help.go b/cmd/help.go index e57ce2f..9d59f53 100644 --- a/cmd/help.go +++ b/cmd/help.go @@ -104,7 +104,7 @@ func Help(topic string, w io.Writer) { shell.PrintHelp(w) case "server": SetupServerFlags(nil, fs, &ServerFlags{}) - fmt.Fprintf(w, "%s [global-flags] server [server-flags]", os.Args[0]) + fmt.Fprintf(w, "%s [global-flags] server [server-flags]\n", os.Args[0]) fmt.Fprintln(w, "Run a server to execute queries over HTTP or a unix domain socket") fmt.Fprintln(w, "HTTP Server:") fmt.Fprintln(w, " To execute a query POST it in the request body to /search") |
