Skip to content

Commit ab56dcf

Browse files
authored
docs: update man pages (#5672)
## Issue being fixed or feature implemented ## What was done? `./contrib/devtools/gen-manpages.sh` and drop `rc2` and `dirty` suffixes ## How Has This Been Tested? n/a ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
1 parent c293593 commit ab56dcf

File tree

5 files changed

+319
-184
lines changed

5 files changed

+319
-184
lines changed

doc/man/dash-cli.1

+36-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-CLI "1" "June 2023" "dash-cli v19.2.0" "User Commands"
2+
.TH DASH-CLI "1" "November 2023" "dash-cli v20.0.0" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v19.2.0
4+
dash-cli \- manual page for dash-cli v20.0.0
55
.SH SYNOPSIS
66
.B dash-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
@@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v19.2.0
1515
.B dash-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Dash Core RPC client version v19.2.0
18+
Dash Core RPC client version v20.0.0
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -31,6 +31,15 @@ location. (default: dash.conf)
3131
.IP
3232
Specify data directory
3333
.HP
34+
\fB\-generate\fR
35+
.IP
36+
Generate blocks immediately, equivalent to RPC generatenewaddress
37+
followed by RPC generatetoaddress. Optional positional integer
38+
arguments are number of blocks to generate (default: 1) and
39+
maximum iterations to try (default: 1000000), equivalent to RPC
40+
generatetoaddress nblocks and maxtries arguments. Example:
41+
dash\-cli \fB\-generate\fR 4 1000
42+
.HP
3443
\fB\-getinfo\fR
3544
.IP
3645
Get general information from the remote server. Note that unlike
@@ -43,6 +52,13 @@ be as of a different block from the chain state reported)
4352
.IP
4453
Pass named instead of positional arguments (default: false)
4554
.HP
55+
\fB\-netinfo\fR
56+
.IP
57+
Get network peer connection information from the remote server. An
58+
optional integer argument from 0 to 4 can be passed for different
59+
peers listings (default: 0). Pass "help" for detailed help
60+
documentation.
61+
.HP
4662
\fB\-rpcclienttimeout=\fR<n>
4763
.IP
4864
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
@@ -107,6 +123,11 @@ Print version and exit
107123
.PP
108124
Chain selection options:
109125
.HP
126+
\fB\-chain=\fR<chain>
127+
.IP
128+
Use the chain <chain> (default: main). Allowed values: main, test,
129+
regtest
130+
.HP
110131
\fB\-devnet=\fR<name>
111132
.IP
112133
Use devnet chain with provided name
@@ -124,7 +145,8 @@ highsubsidyblocks window of a chain (default: 1, devnet\-only)
124145
\fB\-llmqchainlocks=\fR<quorum name>
125146
.IP
126147
Override the default LLMQ type used for ChainLocks. Allows using
127-
ChainLocks with smaller LLMQs. (default: llmq_50_60, devnet\-only)
148+
ChainLocks with smaller LLMQs. (default: llmq_devnet,
149+
devnet\-only)
128150
.HP
129151
\fB\-llmqdevnetparams=\fR<size>:<threshold>
130152
.IP
@@ -134,19 +156,24 @@ devnet\-only)
134156
\fB\-llmqinstantsend=\fR<quorum name>
135157
.IP
136158
Override the default LLMQ type used for InstantSend. Allows using
137-
InstantSend with smaller LLMQs. (default: llmq_50_60,
159+
InstantSend with smaller LLMQs. (default: llmq_devnet,
138160
devnet\-only)
139161
.HP
140162
\fB\-llmqinstantsenddip0024=\fR<quorum name>
141163
.IP
142164
Override the default LLMQ type used for InstantSendDIP0024. (default:
143-
llmq_60_75, devnet\-only)
165+
llmq_devnet_dip0024, devnet\-only)
144166
.HP
145-
\fB\-llmqplatform=\fR<quorum name>
167+
\fB\-llmqmnhf=\fR<quorum name>
146168
.IP
147-
Override the default LLMQ type used for Platform. (default: llmq_100_67,
169+
Override the default LLMQ type used for EHF. (default: llmq_devnet,
148170
devnet\-only)
149171
.HP
172+
\fB\-llmqplatform=\fR<quorum name>
173+
.IP
174+
Override the default LLMQ type used for Platform. (default:
175+
llmq_devnet_platform, devnet\-only)
176+
.HP
150177
\fB\-minimumdifficultyblocks=\fR<n>
151178
.IP
152179
The number of blocks that can be mined with the minimum difficulty at
@@ -159,15 +186,4 @@ minutes, devnet\-only)
159186
.HP
160187
\fB\-testnet\fR
161188
.IP
162-
Use the test chain
163-
.SH COPYRIGHT
164-
Copyright (C) 2014-2023 The Dash Core developers
165-
Copyright (C) 2009-2023 The Bitcoin Core developers
166-
167-
Please contribute if you find Dash Core useful. Visit <https://dash.org> for
168-
further information about the software.
169-
The source code is available from <https://github.com/dashpay/dash>.
170-
171-
This is experimental software.
172-
Distributed under the MIT software license, see the accompanying file COPYING
173-
or <https://opensource.org/licenses/MIT>
189+
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR

0 commit comments

Comments
 (0)