ソースを参照

Unify syntax used in help message

Lu Stadler 7 年 前
コミット
bdeaa2d28f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      go/fake-http/fake-http.go

+ 1 - 1
go/fake-http/fake-http.go

@ -36,7 +36,7 @@ func init() {
36 36
	flag.StringVar(&flags.proxyClientCert, "proxy-client-cert", "", "Client certificate to use when connecting to proxy")
37 37
	flag.StringVar(&flags.proxyClientKey, "proxy-client-key", "", "Client key to use when connecting to proxy")
38 38
39
	flag.BoolVar(&flags.proxyMinikube, "proxy-minikube", false, "Shortcut for -proxy-url=https://$(minikube ip):8443 -proxy-client-cert ~/.minikube/client.crt -proxy-client-key ~/.minikube/client.key")
39
	flag.BoolVar(&flags.proxyMinikube, "proxy-minikube", false, "Shortcut for -proxy-url https://$(minikube ip):8443 -proxy-client-cert ~/.minikube/client.crt -proxy-client-key ~/.minikube/client.key")
40 40
}
41 41
42 42
var responses = []Response{}