chore: add influx command shell hint (#400)

This commit is contained in:
Andrew Lee
2022-07-28 11:00:14 -06:00
committed by GitHub
parent f34e6a888f
commit 78ef3c127c

View File

@ -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(),