8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476564e commit f9604ffCopy full SHA for f9604ff
pubsub/cloud-client/README.md
@@ -31,7 +31,7 @@ For more samples, see the samples in
31
32
#### Create a subscription
33
```
34
- mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic-id my-sub"
+ mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic my-sub"
35
36
37
#### Publish messages
0 commit comments