fix(influx): update completion cmd with more accurate help message

pull/17310/head
Johnny Steenbergen 2020-03-16 16:55:09 -07:00 committed by Johnny Steenbergen
parent 4928259411
commit 136ca295d1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func completionCmd(rootCmd *cobra.Command) *cobra.Command {
$ source <(influx completion bash) # for bash users
$ source <(influx completion zsh) # for zsh users
Additionally, you may want to output the completion to a file and source in your .bashrc/.zshrc
Additionally, you may want to add this to your .bashrc/.zshrc
`,
RunE: func(cmd *cobra.Command, args []string) error {
writer := rootCmd.OutOrStdout()