fix up tabs vs. spaces mistakes in shell help prompt (#412)

This commit is contained in:
Andrew Lee
2022-06-24 11:32:16 -06:00
committed by GitHub
parent 9dc1b8e4b1
commit d3e0efb560

View File

@ -381,18 +381,18 @@ func (c *Client) help() {
show measurements show measurement information show measurements show measurement information
show tag keys show tag key information show tag keys show tag key information
show field keys show field key information show field keys show field key information
insert <point> insert point into currently-used database insert <point> insert point into currently-used database
A full list of influxql commands can be found at: A full list of influxql commands can be found at:
https://docs.influxdata.com/influxdb/latest/query_language/spec/ https://docs.influxdata.com/influxdb/latest/query_language/spec/
Keybindings: Keybindings:
<CTRL+D> exit <CTRL+D> exit
<CTRL+L> clear screen <CTRL+L> clear screen
<UP ARROW> previous command <UP ARROW> previous command
<DOWN ARROW> next command <DOWN ARROW> next command
<TAB> next suggestion <TAB> next suggestion
<SHIFT+TAB> previous suggestion`) <SHIFT+TAB> previous suggestion`)
} }
func (c *Client) settings() { func (c *Client) settings() {