aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
commitf5c716526aaafb318a98e974c8b2fbe02870646b (patch)
treee14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/man
parents/DOGE/DIS/g (diff)
downloaddiscoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz
discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip
really s/doge/dis/g this time
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am6
-rw-r--r--doc/man/dogecoin-cli.118
-rw-r--r--doc/man/dogecoin-qt.114
-rw-r--r--doc/man/dogecoin-tx.118
-rw-r--r--doc/man/dogecoind.114
5 files changed, 35 insertions, 35 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 34dba3ebb..905359f12 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,13 +1,13 @@
dist_man1_MANS=
if BUILD_BITCOIND
- dist_man1_MANS+=dogecoind.1
+ dist_man1_MANS+=discoind.1
endif
if ENABLE_QT
- dist_man1_MANS+=dogecoin-qt.1
+ dist_man1_MANS+=discoin-qt.1
endif
if BUILD_BITCOIN_UTILS
- dist_man1_MANS+=dogecoin-cli.1 dogecoin-tx.1
+ dist_man1_MANS+=discoin-cli.1 discoin-tx.1
endif
diff --git a/doc/man/dogecoin-cli.1 b/doc/man/dogecoin-cli.1
index b4066a887..ea3613586 100644
--- a/doc/man/dogecoin-cli.1
+++ b/doc/man/dogecoin-cli.1
@@ -1,17 +1,17 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
-.TH DOGECOIN-CLI "1" "August 2021" "dogecoin-cli v1.14.4.0" "User Commands"
+.TH DOGECOIN-CLI "1" "August 2021" "discoin-cli v1.14.4.0" "User Commands"
.SH NAME
-dogecoin-cli \- manual page for dogecoin-cli v1.14.4.0
+discoin-cli \- manual page for discoin-cli v1.14.4.0
.SH DESCRIPTION
Dogecoin Core RPC client version v1.14.4.0
.SS "Usage:"
.TP
-dogecoin\-cli [options] <command> [params]
+discoin\-cli [options] <command> [params]
Send command to Dogecoin Core
.IP
-dogecoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Dogecoin Core (with named arguments)
-dogecoin\-cli [options] help List commands
-dogecoin\-cli [options] help <command> Get help for a command
+discoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Dogecoin Core (with named arguments)
+discoin\-cli [options] help List commands
+discoin\-cli [options] help <command> Get help for a command
.SH OPTIONS
.HP
\-?
@@ -20,7 +20,7 @@ This help message
.HP
\fB\-conf=\fR<file>
.IP
-Specify configuration file (default: dogecoin.conf)
+Specify configuration file (default: discoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
@@ -74,8 +74,8 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Please contribute if you find Dogecoin Core useful. Visit
-<https://dogecoin.com> for further information about the software.
-The source code is available from <https://github.com/dogecoin/dogecoin>.
+<https://discoin.com> for further information about the software.
+The source code is available from <https://github.com/discoin/discoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
diff --git a/doc/man/dogecoin-qt.1 b/doc/man/dogecoin-qt.1
index 457ea18fc..2d224c3da 100644
--- a/doc/man/dogecoin-qt.1
+++ b/doc/man/dogecoin-qt.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
-.TH DOGECOIN-QT "1" "August 2021" "dogecoin-qt v1.14.4.0" "User Commands"
+.TH DOGECOIN-QT "1" "August 2021" "discoin-qt v1.14.4.0" "User Commands"
.SH NAME
-dogecoin-qt \- manual page for dogecoin-qt v1.14.4.0
+discoin-qt \- manual page for discoin-qt v1.14.4.0
.SH DESCRIPTION
Dogecoin Core version v1.14.4.0 (64\-bit)
Usage:
.IP
-dogecoin\-qt [command\-line options]
+discoin\-qt [command\-line options]
.SH OPTIONS
.HP
\-?
@@ -42,7 +42,7 @@ testnet:
.HP
\fB\-conf=\fR<file>
.IP
-Specify configuration file (default: dogecoin.conf)
+Specify configuration file (default: discoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
@@ -81,7 +81,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
-Specify pid file (default: dogecoind.pid)
+Specify pid file (default: discoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
@@ -543,8 +543,8 @@ Reset all settings changed in the GUI
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Please contribute if you find Dogecoin Core useful. Visit
-<https://dogecoin.com> for further information about the software.
-The source code is available from <https://github.com/dogecoin/dogecoin>.
+<https://discoin.com> for further information about the software.
+The source code is available from <https://github.com/discoin/discoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
diff --git a/doc/man/dogecoin-tx.1 b/doc/man/dogecoin-tx.1
index 55326aeb2..1f817a1e9 100644
--- a/doc/man/dogecoin-tx.1
+++ b/doc/man/dogecoin-tx.1
@@ -1,16 +1,16 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
-.TH DOGECOIN-TX "1" "August 2021" "dogecoin-tx v1.14.4.0" "User Commands"
+.TH DOGECOIN-TX "1" "August 2021" "discoin-tx v1.14.4.0" "User Commands"
.SH NAME
-dogecoin-tx \- manual page for dogecoin-tx v1.14.4.0
+discoin-tx \- manual page for discoin-tx v1.14.4.0
.SH DESCRIPTION
-Dogecoin Core dogecoin\-tx utility version v1.14.4.0
+Dogecoin Core discoin\-tx utility version v1.14.4.0
.SS "Usage:"
.TP
-dogecoin\-tx [options] <hex\-tx> [commands]
-Update hex\-encoded dogecoin transaction
+discoin\-tx [options] <hex\-tx> [commands]
+Update hex\-encoded discoin transaction
.TP
-dogecoin\-tx [options] \fB\-create\fR [commands]
-Create hex\-encoded dogecoin transaction
+discoin\-tx [options] \fB\-create\fR [commands]
+Create hex\-encoded discoin transaction
.SH OPTIONS
.HP
\-?
@@ -110,8 +110,8 @@ Set register NAME to given JSON\-STRING
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Please contribute if you find Dogecoin Core useful. Visit
-<https://dogecoin.com> for further information about the software.
-The source code is available from <https://github.com/dogecoin/dogecoin>.
+<https://discoin.com> for further information about the software.
+The source code is available from <https://github.com/discoin/discoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
diff --git a/doc/man/dogecoind.1 b/doc/man/dogecoind.1
index 6d1f016ff..587ab1c0e 100644
--- a/doc/man/dogecoind.1
+++ b/doc/man/dogecoind.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
-.TH DOGECOIND "1" "August 2021" "dogecoind v1.14.4.0" "User Commands"
+.TH DOGECOIND "1" "August 2021" "discoind v1.14.4.0" "User Commands"
.SH NAME
-dogecoind \- manual page for dogecoind v1.14.4.0
+discoind \- manual page for discoind v1.14.4.0
.SH DESCRIPTION
Dogecoin Core Daemon version v1.14.4.0
.SS "Usage:"
.TP
-dogecoind [options]
+discoind [options]
Start Dogecoin Core Daemon
.SH OPTIONS
.HP
@@ -43,7 +43,7 @@ testnet:
.HP
\fB\-conf=\fR<file>
.IP
-Specify configuration file (default: dogecoin.conf)
+Specify configuration file (default: discoin.conf)
.HP
\fB\-daemon\fR
.IP
@@ -86,7 +86,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
-Specify pid file (default: dogecoind.pid)
+Specify pid file (default: discoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
@@ -522,8 +522,8 @@ Set the number of threads to service RPC calls (default: 4)
Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers
Please contribute if you find Dogecoin Core useful. Visit
-<https://dogecoin.com> for further information about the software.
-The source code is available from <https://github.com/dogecoin/dogecoin>.
+<https://discoin.com> for further information about the software.
+The source code is available from <https://github.com/discoin/discoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING