From aaa7a0ce5b8665b7180c60f6cca04145b2e2a837 Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Thu, 31 Jan 2019 11:56:40 +1000 Subject: [PATCH] Minor cli doc updates (#725) Signed-off-by: Adrian Sutton --- docs/Configuring-Pantheon/Testing-Developing-Nodes.md | 3 ++- docs/Reference/Pantheon-CLI-Syntax.md | 3 ++- docs/Using-Pantheon/RPC-PubSub.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/Configuring-Pantheon/Testing-Developing-Nodes.md b/docs/Configuring-Pantheon/Testing-Developing-Nodes.md index a378232030..57f1df5460 100644 --- a/docs/Configuring-Pantheon/Testing-Developing-Nodes.md +++ b/docs/Configuring-Pantheon/Testing-Developing-Nodes.md @@ -31,10 +31,11 @@ To start a bootnode for a private network: 2. Start the bootnode, specifying: * Genesis file and data directory as in the previous step. + * No arguments for the [`--bootnodes` option](../Reference/Pantheon-CLI-Syntax.md#bootnodes) because this is your bootnode. !!! example ``` - pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath + pantheon --genesis-file=privateNetworkGenesis.json --data-path=nodeDataPath --bootnodes ``` To specify this bootnode for another node, the enode URL for the [`--bootnodes`](../Reference/Pantheon-CLI-Syntax.md#bootnodes) diff --git a/docs/Reference/Pantheon-CLI-Syntax.md b/docs/Reference/Pantheon-CLI-Syntax.md index e605fb5753..60242cdb7e 100644 --- a/docs/Reference/Pantheon-CLI-Syntax.md +++ b/docs/Reference/Pantheon-CLI-Syntax.md @@ -935,4 +935,5 @@ $ pantheon password-hash ``` ```bash tab="Example" -$ pantheon password-hash "password123" \ No newline at end of file +$ pantheon password-hash "password123" +``` \ No newline at end of file diff --git a/docs/Using-Pantheon/RPC-PubSub.md b/docs/Using-Pantheon/RPC-PubSub.md index 2a6343a9eb..0f7de3c2a8 100644 --- a/docs/Using-Pantheon/RPC-PubSub.md +++ b/docs/Using-Pantheon/RPC-PubSub.md @@ -14,7 +14,7 @@ The RPC Pub/Sub methods are: !!!important Unlike other [JSON RPC-API methods](../Reference/JSON-RPC-API-Methods.md), - the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`] option to enable + the RPC Pub/Sub methods cannot be called over HTTP. Use the [`--rpc-ws-enabled`](../Reference/Pantheon-CLI-Syntax.md#rpc-ws-enabled) option to enable the WebSockets JSON-RPC service. ### Using RPC Pub/Sub