Browse Source

make-release.py: Updated manpages for 1.1.0-rc1.

pull/4/head
Jack Grigg 6 years ago
parent
commit
13d491c7bf
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 6
      doc/man/zcash-cli.1
  2. 6
      doc/man/zcash-tx.1
  3. 18
      doc/man/zcashd.1

6
doc/man/zcash-cli.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-CLI "1" "February 2018" "zcash-cli v1.0.15" "User Commands" .TH ZCASH-CLI "1" "April 2018" "zcash-cli v1.1.0-rc1" "User Commands"
.SH NAME .SH NAME
zcash-cli \- manual page for zcash-cli v1.0.15 zcash-cli \- manual page for zcash-cli v1.1.0-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash RPC client version v1.0.15 Zcash RPC client version v1.1.0\-rc1
.PP .PP
In order to ensure you are adequately protecting your privacy when using Zcash, In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>. please see <https://z.cash/support/security/>.

6
doc/man/zcash-tx.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASH-TX "1" "February 2018" "zcash-tx v1.0.15" "User Commands" .TH ZCASH-TX "1" "April 2018" "zcash-tx v1.1.0-rc1" "User Commands"
.SH NAME .SH NAME
zcash-tx \- manual page for zcash-tx v1.0.15 zcash-tx \- manual page for zcash-tx v1.1.0-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.15 Zcash zcash\-tx utility version v1.1.0\-rc1
.SS "Usage:" .SS "Usage:"
.TP .TP
zcash\-tx [options] <hex\-tx> [commands] zcash\-tx [options] <hex\-tx> [commands]

18
doc/man/zcashd.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASHD "1" "February 2018" "zcashd v1.0.15" "User Commands" .TH ZCASHD "1" "April 2018" "zcashd v1.1.0-rc1" "User Commands"
.SH NAME .SH NAME
zcashd \- manual page for zcashd v1.0.15 zcashd \- manual page for zcashd v1.1.0-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash Daemon version v1.0.15 Zcash Daemon version v1.1.0\-rc1
.PP .PP
In order to ensure you are adequately protecting your privacy when using Zcash, In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/>. please see <https://z.cash/support/security/>.
@ -54,7 +54,7 @@ Specify data directory
\fB\-disabledeprecation=\fR<version> \fB\-disabledeprecation=\fR<version>
.IP .IP
Disable block\-height node deprecation and automatic shutdown (example: Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.15) \fB\-disabledeprecation\fR=\fI\,1\/\fR.1.0\-rc1)
.HP .HP
\fB\-exportdir=\fR<dir> \fB\-exportdir=\fR<dir>
.IP .IP
@ -74,8 +74,9 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP .HP
\fB\-mempooltxinputlimit=\fR<n> \fB\-mempooltxinputlimit=\fR<n>
.IP .IP
Set the maximum number of transparent inputs in a transaction that the [DEPRECATED FROM OVERWINTER] Set the maximum number of transparent
mempool will accept (default: 0 = no limit applied) inputs in a transaction that the mempool will accept (default: 0 = no
limit applied)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
@ -187,6 +188,11 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion)
.IP .IP
Relay non\-P2SH multisig (default: 1) Relay non\-P2SH multisig (default: 1)
.HP .HP
\fB\-peerbloomfilters\fR
.IP
Support filtering of blocks and transaction with Bloom filters (default:
1)
.HP
\fB\-port=\fR<port> \fB\-port=\fR<port>
.IP .IP
Listen for connections on <port> (default: 8233 or testnet: 18233) Listen for connections on <port> (default: 8233 or testnet: 18233)

Loading…
Cancel
Save