Skip to content

Commit

Permalink
Fix typo in grpc-api-listen help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed May 10, 2018
1 parent ace2ce8 commit 485cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eliotd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 485cc43

Please sign in to comment.