mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd: remove unnecessary flag desc
This commit is contained in:
parent
5059062275
commit
002ace2403
2
main.go
2
main.go
@ -86,7 +86,7 @@ func init() {
|
|||||||
flag.StringVar(&peerTLSInfo.KeyFile, "peer-key-file", "", "Path to the peer server TLS key file.")
|
flag.StringVar(&peerTLSInfo.KeyFile, "peer-key-file", "", "Path to the peer server TLS key file.")
|
||||||
|
|
||||||
for _, f := range deprecated {
|
for _, f := range deprecated {
|
||||||
flag.Var(&deprecatedFlag{f}, f, "No longer supported.")
|
flag.Var(&deprecatedFlag{f}, f, "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user