From 5d5471f981a02915aa4be2626e63ed452364e40a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 26 Feb 2016 22:40:32 +0100 Subject: [PATCH] Fix minor typo. --- parity/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parity/main.rs b/parity/main.rs index b50994cb9..c0c260371 100644 --- a/parity/main.rs +++ b/parity/main.rs @@ -71,8 +71,8 @@ Options: --listen-address URL Specify the IP/port on which to listen for peers [default: 0.0.0.0:30304]. --public-address URL Specify the IP/port on which peers may connect. --address URL Equivalent to --listen-address URL --public-address URL. - --peers NUM Try to maintain that many peers [default: 25]. - --no-discovery Disable new peer discovery. + --peers NUM Try to maintain that many peers [default: 25]. + --no-discovery Disable new peer discovery. --no-upnp Disable trying to figure out the correct public adderss over UPnP. --node-key KEY Specify node secret key, either as 64-character hex string or input to SHA3 operation.