mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +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