From 485cc432107da017e0b598a93abe374e9276cf7e Mon Sep 17 00:00:00 2001 From: Erno Aapa Date: Thu, 10 May 2018 12:21:44 +0300 Subject: [PATCH] Fix typo in grpc-api-listen help text --- cmd/eliotd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`