diff --git a/examples/README.md b/examples/README.md index ab1928c..1a7a255 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,6 +14,6 @@ This will start long running process that will listen for tcp connections on _lo Client is capable of interacting with the server. You can use client CLI like this: - go run client/main.go -server localhost:2775 -dst_addr 11111 -src_addr 22222 -msg "This is the message" + go run client/main.go -addr localhost:2775 -dst_addr 11111 -src_addr 22222 -msg "This is the message" This will connect to the server at _localhost:2775_, do initial binding in tranceiver mode and send submit_sm with provided parameters. Upon finishing it will unbind from the server.