From 1ddd47213a826473240f8289cb59d54bb31d87d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinh=20Qu=E1=BB=91c=20Nguy=E1=BB=85n?= Date: Wed, 16 Aug 2023 14:26:24 -0700 Subject: [PATCH] correct websocket rpc port parameter --- .../md/en/docs/reference/command-line-tools/node-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/reference/command-line-tools/node-template.md b/content/md/en/docs/reference/command-line-tools/node-template.md index 3836cc84e..566136a8b 100644 --- a/content/md/en/docs/reference/command-line-tools/node-template.md +++ b/content/md/en/docs/reference/command-line-tools/node-template.md @@ -120,7 +120,7 @@ You can use the following options with the `node-template` command. | `--wasm-execution ` | Specifies the method for executing Wasm runtime code. Valid values are `interpreted`, or `compiled`. The default is `Compiled`. | `--wasm-runtime-overrides ` | Specifies the path where local WASM runtimes are stored. These runtimes override on-chain runtimes when the version matches. | `--ws-max-connections ` | Specifies the maximum number of WS RPC server connections. -| `--rpc-port ` | Specifies the TCP port to use for the WebSockets RPC server. +| `--ws-port ` | Specifies the TCP port to use for the WebSockets RPC server. ### Subcommands