diff --git a/cmd/modware-annotation/main.go b/cmd/modware-annotation/main.go index 2a60090..3d27efa 100644 --- a/cmd/modware-annotation/main.go +++ b/cmd/modware-annotation/main.go @@ -89,7 +89,7 @@ func getServerFlags() []cli.Flag { func getFeatureServerFlags() []cli.Flag { flg := []cli.Flag{ cli.StringFlag{ - Name: "feature-port", + Name: "port", Usage: "tcp port at which the feature server will be available", Value: "9570", },