From 569b81a1cd39a5545a29a4bd61f372dc509277cd Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 9 Mar 2018 00:22:21 +0800 Subject: [PATCH] Fix doc typo --- docs/rpc-interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rpc-interface.rst b/docs/rpc-interface.rst index 52af0f9..2137dd8 100644 --- a/docs/rpc-interface.rst +++ b/docs/rpc-interface.rst @@ -8,7 +8,7 @@ provided. The general form of invocation is:: - electrumx_rpc.py [-p PORT] [arg1 [arg2...] + electrumx_rpc.py [-p PORT] [arg1 [arg2...]] The port to send the commands to can be specified on the command line, otherwise the environment variable :envvar:`RPC_PORT` is used, and if