From 2226091e21d0aa0dbfa3bea4f95a0ea2a31a4c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bene=C5=A1?= Date: Thu, 7 Sep 2023 14:55:43 +0200 Subject: [PATCH] fix: updated CLI readme (#2098) Fixes #1784 --- yarn-project/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/cli/README.md b/yarn-project/cli/README.md index da770d47de9..e2ec0163948 100644 --- a/yarn-project/cli/README.md +++ b/yarn-project/cli/README.md @@ -391,7 +391,7 @@ Gets all the unencrypted logs from L2 blocks in the specified range. Syntax: ```shell -aztec-cli get-logs [options] +aztec-cli get-logs --from --limit [options] ``` - `from`: Block number to start fetching logs from. @@ -406,7 +406,7 @@ This command retrieves and displays all the unencrypted logs from L2 blocks in t Example usage: ```shell -aztec-cli get-logs 1000 10 +aztec-cli get-logs --from 1000 --limit 10 ``` ### block-number