Browse Source

make-release.py: Updated manpages for 1.0.10.

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

8
doc/man/zcash-cli.1

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

8
doc/man/zcash-tx.1

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

17
doc/man/zcashd.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASHD "1" "May 2017" "zcashd v1.0.9" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZCASHD "1" "June 2017" "zcashd v1.0.10" "User Commands"
.SH NAME
zcashd \- manual page for zcashd v1.0.9
zcashd \- manual page for zcashd v1.0.10
.SH DESCRIPTION
Zcash Daemon version v1.0.9
Zcash Daemon version v1.0.10
.PP
In order to ensure you are adequately protecting your privacy when using Zcash,
please see <https://z.cash/support/security/index.html>.
@ -54,7 +54,7 @@ Specify data directory
\fB\-disabledeprecation=\fR<version>
.IP
Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.9)
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.10)
.HP
\fB\-exportdir=\fR<dir>
.IP
@ -72,9 +72,14 @@ Imports blocks from external blk000??.dat file on startup
.IP
Keep at most <n> unconnectable transactions in memory (default: 100)
.HP
\fB\-mempooltxinputlimit=\fR<n>
.IP
Set the maximum number of transparent inputs in a transaction that the
mempool will accept (default: 0 = no limit applied)
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>

Loading…
Cancel
Save