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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,18 +381,18 @@ func (c *Client) help() {
show measurements show measurement information
show tag keys show tag 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:
https://docs.influxdata.com/influxdb/latest/query_language/spec/
Keybindings:
<CTRL+D> exit
<CTRL+L> clear screen
<UP ARROW> previous command
<DOWN ARROW> next command
<TAB> next suggestion
<SHIFT+TAB> previous suggestion`)
<CTRL+D> exit
<CTRL+L> clear screen
<UP ARROW> previous command
<DOWN ARROW> next command
<TAB> next suggestion
<SHIFT+TAB> previous suggestion`)
}
func (c *Client) settings() {