diff --git a/src/pages/understand-stacks/command-line-interface.md b/src/pages/understand-stacks/command-line-interface.md index 6fbc2d0c..af3734b1 100644 --- a/src/pages/understand-stacks/command-line-interface.md +++ b/src/pages/understand-stacks/command-line-interface.md @@ -23,10 +23,10 @@ stx -t -> For account usage, that means adresses generated will _only_ be available for the specific network. An account generated for the testnet cannot be used on the mainnet. -By default, using the `-t` flag causes the CLI to connect to the testnet node at `http://stacks-node-api.blockstack.org:20443`. To specify a node to connect to, add the `-H` flag followed by the URL of the node: +By default, using the `-t` flag causes the CLI to connect to the testnet node at `http://stacks-node-api.blockstack.org:20443`. To specify a node to connect to, add the `-I` flag followed by the URL of the node: ```bash -stx -H "http://localhost:20443" +stx -I "http://localhost:20443" ``` ## Account