mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Change flags to use dashes in help
This commit is contained in:
@@ -34,7 +34,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
flagJwtFile = pflag.String("google_json_key", "",
|
||||
flagJwtFile = pflag.String("google-json-key", "",
|
||||
"The Google Cloud Platform Service Account JSON Key to use for authentication.")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user