Skip to content

Commit 6e53d10

Browse files
v9nshawntabrizi
andauthored
correct websocket rpc port parameter (#2042)
Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent e85992d commit 6e53d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/reference/command-line-tools/node-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can use the following options with the `node-template` command.
120120
| `--wasm-execution <method>` | Specifies the method for executing Wasm runtime code. Valid values are `interpreted`, or `compiled`. The default is `Compiled`.
121121
| `--wasm-runtime-overrides <path>` | Specifies the path where local WASM runtimes are stored. These runtimes override on-chain runtimes when the version matches.
122122
| `--ws-max-connections <count>` | Specifies the maximum number of WS RPC server connections.
123-
| `--rpc-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.
123+
| `--ws-port <port>` | Specifies the TCP port to use for the WebSockets RPC server.
124124

125125
### Subcommands
126126

0 commit comments

Comments
 (0)