diff options
Diffstat (limited to 'contrib/debian/manpages/dogecoin-cli.1')
| -rw-r--r-- | contrib/debian/manpages/dogecoin-cli.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/debian/manpages/dogecoin-cli.1 b/contrib/debian/manpages/dogecoin-cli.1 index f953ae9db..b05797650 100644 --- a/contrib/debian/manpages/dogecoin-cli.1 +++ b/contrib/debian/manpages/dogecoin-cli.1 @@ -1,12 +1,12 @@ -.TH BITCOIN-CLI "1" "February 2015" "bitcoin-cli 0.10" +.TH DOGECOIN-CLI "1" "February 2015" "dogecoin-cli 0.10" .SH NAME -bitcoin-cli \- a remote procedure call client for Bitcoin Core. +dogecoin-cli \- a remote procedure call client for Dogecoin Core. .SH SYNOPSIS -bitcoin-cli [options] <command> [params] \- Send command to Bitcoin Core. +dogecoin-cli [options] <command> [params] \- Send command to Dogecoin Core. .TP -bitcoin-cli [options] help \- Asks Bitcoin Core for a list of supported commands. +dogecoin-cli [options] help \- Asks Dogecoin Core for a list of supported commands. .SH DESCRIPTION -This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client used to send commands to Bitcoin Core. +This manual page documents the dogecoin-cli program. dogecoin-cli is an RPC client used to send commands to Dogecoin Core. .SH OPTIONS .TP @@ -14,16 +14,16 @@ This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client Show the help message. .TP \fB\-conf=\fR<file> -Specify configuration file (default: bitcoin.conf). +Specify configuration file (default: dogecoin.conf). .TP \fB\-datadir=\fR<dir> Specify data directory. .TP \fB\-testnet\fR -Connect to a Bitcoin Core instance running in testnet mode. +Connect to a Dogecoin Core instance running in testnet mode. .TP \fB\-regtest\fR -Connect to a Bitcoin Core instance running in regtest mode (see documentation for -regtest on bitcoind). +Connect to a Dogecoin Core instance running in regtest mode (see documentation for -regtest on dogecoind). .TP \fB\-rpcuser=\fR<user> Username for JSON\-RPC connections. @@ -32,7 +32,7 @@ Username for JSON\-RPC connections. Password for JSON\-RPC connections. .TP \fB\-rpcport=\fR<port> -Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332). +Listen for JSON\-RPC connections on <port> (default: 22555 or testnet: 44555). .TP \fB\-rpcconnect=\fR<ip> Send commands to node running on <ip> (default: 127.0.0.1). @@ -41,7 +41,7 @@ Send commands to node running on <ip> (default: 127.0.0.1). Use OpenSSL (https) for JSON\-RPC connections (see the Bitcoin Wiki for SSL setup instructions). .SH "SEE ALSO" -\fBbitcoind\fP, \fBbitcoin.conf\fP +\fBdogecoind\fP, \fBdogecoin.conf\fP .SH AUTHOR This manual page was written by Ciemon Dunville <[email protected]>. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. |