From 79d45fdbf7cdaa135a3c819341e2615e4942f1a3 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Fri, 11 Dec 2020 15:21:33 -0800 Subject: [PATCH] Update dapr-publish.md --- daprdocs/content/en/reference/cli/dapr-publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/cli/dapr-publish.md b/daprdocs/content/en/reference/cli/dapr-publish.md index f24f09721..33d6ee82a 100644 --- a/daprdocs/content/en/reference/cli/dapr-publish.md +++ b/daprdocs/content/en/reference/cli/dapr-publish.md @@ -19,7 +19,7 @@ dapr publish [flags] | Name | Environment Variable | Default | Description | --- | --- | --- | --- | -| `--publish-app-id` | `-i`| | The id for publishing application +| `--publish-app-id` | `-i`| | The ID that represents the app from which you are publishing | `--pubsub` | `-p` | | The name of the pub/sub component | `--topic`, `-t` | | | The topic to be published to | | `--data`, `-d` | | | The JSON serialized string (optional) |