diff --git a/cmd/eliotd/main.go b/cmd/eliotd/main.go index b4c30b8e..9d506ef5 100644 --- a/cmd/eliotd/main.go +++ b/cmd/eliotd/main.go @@ -34,7 +34,7 @@ func main() { eliotd # Listen custom port - eliotd --gprc-listen 0.0.0.0:5001 + eliotd --grpc-api-listen 0.0.0.0:5001 # Disable lifecycle controller and enable only the GRPC API eliotd --grpc=true --lifecycle-controller=false`