Skip to content

Commit

Permalink
Merge pull request #2467 from 0xPolygon/vcastellm/clarify-cli
Browse files Browse the repository at this point in the history
Update cli-tool.md
  • Loading branch information
vcastellm authored Oct 28, 2024
2 parents e7428ab + 51c5ac3 commit fd2ceaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cdk/getting-started/cli-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ This subcommand is intended for quickly spinning up an RPC node or testing exist
Usage: `cdk erigon [OPTIONS]`

Options:
* `-C, --config <CONFIG>` - The path to the configuration file [env: `CDK_CONFIG_PATH=`]
* `-g, --chain <CHAIN>` - The path to a chain specification file [env: `CDK_GENESIS_PATH=`]
* `-C, --config <CONFIG>` - The path to the cdk-node configuration file [env: `CDK_CONFIG_PATH=`]
* `-g, --chain <CHAIN>` - The path to the genesis.json file [env: `CDK_GENESIS_PATH=`]
* `-h, --help` - Print help

```
Expand Down

0 comments on commit fd2ceaa

Please sign in to comment.