From 4c897e0769fbe7b74c3e7e941eee9527921548b0 Mon Sep 17 00:00:00 2001 From: downIoads <130257024+downIoads@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:13:10 +0200 Subject: [PATCH] examples: fix description of command line flags for pubsub (#2400) --- examples/pubsub/basic-chat-with-rendezvous/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pubsub/basic-chat-with-rendezvous/README.md b/examples/pubsub/basic-chat-with-rendezvous/README.md index 0a3c06caeb..d8008fef47 100644 --- a/examples/pubsub/basic-chat-with-rendezvous/README.md +++ b/examples/pubsub/basic-chat-with-rendezvous/README.md @@ -23,10 +23,10 @@ go build . ./chat ``` -To change the topic name, use the `-topic` flag: +To change the topic name, use the `-topicName` flag: ```shell -go run . -topic=adifferenttopic +go run . -topicName=adifferenttopic ``` Try opening several terminals, each running the app. When you type a message and hit enter in one, it