Skip to content

Commit

Permalink
fix: updated CLI readme (#2098)
Browse files Browse the repository at this point in the history
Fixes #1784
  • Loading branch information
benesjan authored Sep 7, 2023
1 parent 2386781 commit 2226091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Gets all the unencrypted logs from L2 blocks in the specified range.
Syntax:
```shell
aztec-cli get-logs <from> <limit> [options]
aztec-cli get-logs --from <number> --limit <number> [options]
```
- `from`: Block number to start fetching logs from.
Expand All @@ -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
Expand Down

0 comments on commit 2226091

Please sign in to comment.