chore: add influx command shell hint (#400)
This commit is contained in:
@ -85,7 +85,7 @@ func newApp() cli.App {
|
|||||||
return cli.App{
|
return cli.App{
|
||||||
Name: "influx",
|
Name: "influx",
|
||||||
Usage: "Influx Client",
|
Usage: "Influx Client",
|
||||||
UsageText: "influx [command]",
|
UsageText: "influx [command]\n\nHINT: If you are looking for the InfluxQL shell from 1.x, run \"influx v1 shell\"",
|
||||||
EnableBashCompletion: true,
|
EnableBashCompletion: true,
|
||||||
BashComplete: cli.DefaultAppComplete,
|
BashComplete: cli.DefaultAppComplete,
|
||||||
Commands: allCommands(),
|
Commands: allCommands(),
|
||||||
|
Reference in New Issue
Block a user