fix up tabs vs. spaces mistakes in shell help prompt (#412)
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user