mcclient: options: use --loadbalancer for consistency

Fixes 2df78f
This commit is contained in:
Yousong Zhou
2019-05-28 10:06:27 +00:00
parent c2a53710a8
commit 0b3843fa42
@@ -27,7 +27,7 @@ import (
type LoadbalancerBackendGroupCreateOptions struct {
NAME string
LOADBALANCER string
Loadbalancer string
Type string `choices:"default|normal|master_slave"`
Backend []string `help:"backends with separated by ',' e.g. weight:80,port:443,id:01e9d393-d2b8-4d2e-85fb-023b83889070,backend_type:guest" json:"-"`
}