Remove default ports

This commit is contained in:
5chdn 2017-08-31 16:32:43 +02:00
parent f268256e84
commit 0635d69449
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ args:
- port:
long: port
value_name: PORT
help: Listen for connections on PORT, default 8333.
help: Listen for connections on PORT
takes_value: true
- print-to-console:
long: print-to-console
@ -56,7 +56,7 @@ args:
help: Disable the JSON-RPC API server
- jsonrpc-port:
long: jsonrpc-port
help: The port portion of the JSONRPC API server, default 8332.
help: The port portion of the JSONRPC API server
takes_value: true
value_name: PORT
- jsonrpc-interface: