diff --git a/docs/cdk/getting-started/cli-tool.md b/docs/cdk/getting-started/cli-tool.md index f4d053e4..90283526 100644 --- a/docs/cdk/getting-started/cli-tool.md +++ b/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 Usage: `cdk erigon [OPTIONS]` Options: -* `-C, --config ` - The path to the configuration file [env: `CDK_CONFIG_PATH=`] -* `-g, --chain ` - The path to a chain specification file [env: `CDK_GENESIS_PATH=`] +* `-C, --config ` - The path to the cdk-node sequencer configuration file [env: `CDK_CONFIG_PATH=`] +* `-g, --chain ` - The path to the genesis.json file [env: `CDK_GENESIS_PATH=`] * `-h, --help` - Print help ```