diff --git a/cmd/acl/README.md b/cmd/acl/README.md index 4d08e5068ef..34f0ec5477a 100644 --- a/cmd/acl/README.md +++ b/cmd/acl/README.md @@ -32,7 +32,7 @@ Examples on how to setup your data-dir This command takes the following form: ```shell - acl mode --datadir= --mode= + acl mode --datadir= --mode= --log_count=[optional] ``` ## supported ACL Types @@ -100,5 +100,5 @@ The `remove` command will remove the given policy from an account in given acces acl add --address=0x0921598333Cf3cE5FE2031C056C79aec59EE10b6 --policy=sendTx --type=allowlist --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool acl remove --address=0x0921598333Cf3cE5FE2031C056C79aec59EE10b6 --policy=sendTx --type=allowlist --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool - acl mode --mode=disabled --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool + acl mode --mode=disabled --datadir=/Users/username_pc_mac/path_to_data/erigon-data/devnet/txpool --log_count=20 ``` \ No newline at end of file