From bebb4fd0ed64fac8dee53f2dfa2b18d048dd341f Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 10 Oct 2023 09:53:47 -0700 Subject: [PATCH] Update docgen --- docs/soroban-cli-full-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/soroban-cli-full-docs.md b/docs/soroban-cli-full-docs.md index ce09608ed..35bb76977 100644 --- a/docs/soroban-cli-full-docs.md +++ b/docs/soroban-cli-full-docs.md @@ -737,7 +737,7 @@ Watch the network for contract events * `-c`, `--count ` — The maximum number of events to display (specify "0" to show all events when using sandbox, or to defer to the server-defined limit if using RPC) Default value: `10` -* `--id ` — A set of (up to 5) contract IDs to filter events on. This parameter can be passed multiple times, e.g. `--id abc --id def`, or passed with multiple parameters, e.g. `--id abd def` +* `--id ` — A set of (up to 5) contract IDs to filter events on. This parameter can be passed multiple times, e.g. `--id C123.. --id C456..`, or passed with multiple parameters, e.g. `--id C123 C456` * `--topic ` — A set of (up to 4) topic filters to filter event topics on. A single topic filter can contain 1-4 different segment filters, separated by commas, with an asterisk (* character) indicating a wildcard segment * `--type ` — Specifies which type of contract events to display