1
0
Fork 0

Fix rqlite shell help output

It was not displaying the `.timer` option.
master
Philip O'Toole 8 months ago
parent 9e1ac0f817
commit 21761011d4

@ -277,7 +277,7 @@ func makeJSONBody(line string) string {
func help(ctx *cli.Context, cmd, line string, argv *argT) error {
sort.Strings(cliHelp)
fmt.Print(strings.Join(cliHelp, "\n"))
fmt.Println(strings.Join(cliHelp, "\n"))
return nil
}

Loading…
Cancel
Save