8000 Modified publish message command line arg (#1177) · daniel-sanche/java-docs-samples@9057259 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9057259

Browse files
Modified publish message command line arg (GoogleCloudPlatform#1177)
1 parent cdf2ba9 commit 9057259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/cloud-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more samples, see the samples in
3939

4040
#### Publish messages
4141
```
42-
mvn exec:java -Dexec.mainClass=com.example.pubsub.PublisherExample -Dexec.args=my-topic
42+
mvn exec:java -Dexec.mainClass=com.example.pubsub.PublisherExample -Dexec.args="my-topic 5"
4343
```
4444
Publishes 5 messages to the topic `my-topic`.
4545

0 commit comments

Comments
 (0)
0