We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7428ab commit f5e27fcCopy full SHA for f5e27fc
docs/cdk/getting-started/cli-tool.md
@@ -57,8 +57,8 @@ This subcommand is intended for quickly spinning up an RPC node or testing exist
57
Usage: `cdk erigon [OPTIONS]`
58
59
Options:
60
-* `-C, --config <CONFIG>` - The path to the configuration file [env: `CDK_CONFIG_PATH=`]
61
-* `-g, --chain <CHAIN>` - The path to a chain specification file [env: `CDK_GENESIS_PATH=`]
+* `-C, --config <CONFIG>` - The path to the cdk-node sequencer configuration file [env: `CDK_CONFIG_PATH=`]
+* `-g, --chain <CHAIN>` - The path to the genesis.json file [env: `CDK_GENESIS_PATH=`]
62
* `-h, --help` - Print help
63
64
```
0 commit comments