|
|
@@ -211,7 +211,7 @@ func NewConfig() *config {
|
|
|
fs.BoolVar(&cfg.printVersion, "version", false, "Print the version and exit")
|
|
|
|
|
|
// demo flag
|
|
|
- fs.BoolVar(&cfg.v3demo, "v3demo", false, "Enable v3 demo")
|
|
|
+ fs.BoolVar(&cfg.v3demo, "experimental-v3demo", false, "Enable experimental v3 demo API")
|
|
|
|
|
|
// backwards-compatibility with v0.4.6
|
|
|
fs.Var(&flags.IPAddressPort{}, "addr", "DEPRECATED: Use -advertise-client-urls instead.")
|