From e1d150366792f9c1e14cae067f38f1347b8b629f Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 7 Sep 2023 12:36:58 +0000 Subject: [PATCH] fix: updated readme --- 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