Skip to content

Commit

Permalink
Merge pull request #18 from gomicro/fix-help
Browse files Browse the repository at this point in the history
fix help
  • Loading branch information
dan9186 authored Mar 27, 2021
2 parents 5de1bda + 0b4606d commit ad73dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func init() {

rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "show more verbose output")
rootCmd.Flags().BoolVarP(&skipVerify, "insecure", "k", false, "permit operations for servers otherwise considered insecure")
rootCmd.Flags().BoolVarP(&grpcFlag, "grpc", "g", false, "use http2 transport for grpc health check")
rootCmd.Flags().BoolVarP(&grpcFlag, "grpc", "g", false, "use grpc health to check a grpc service")
}

func initEnvs() {
Expand Down

0 comments on commit ad73dbe

Please sign in to comment.