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

This commit is contained in:
therealyingtong 2020-07-14 14:38:10 +08:00
parent e2be85b3af
commit e255e8bd0a
No known key found for this signature in database
GPG Key ID: 179F32A1503D607E
3 changed files with 19 additions and 14 deletions

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASH-CLI "1" "May 2020" "zcash-cli v3.0.0" "User Commands" .TH ZCASH-CLI "1" "July 2020" "zcash-cli v3.1.0-rc1" "User Commands"
.SH NAME .SH NAME
zcash-cli \- manual page for zcash-cli v3.0.0 zcash-cli \- manual page for zcash-cli v3.1.0-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash RPC client version v3.0.0 Zcash RPC client version v3.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/>.

View File

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

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH ZCASHD "1" "May 2020" "zcashd v3.0.0" "User Commands" .TH ZCASHD "1" "July 2020" "zcashd v3.1.0-rc1" "User Commands"
.SH NAME .SH NAME
zcashd \- manual page for zcashd v3.0.0 zcashd \- manual page for zcashd v3.1.0-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash Daemon version v3.0.0 Zcash Daemon version v3.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/>.
@ -51,14 +51,19 @@ Run in the background as a daemon and accept commands
.IP .IP
Specify data directory Specify data directory
.HP .HP
\fB\-exportdir=\fR<dir>
.IP
Specify directory to be used when exporting data
.HP
\fB\-dbcache=\fR<n> \fB\-dbcache=\fR<n>
.IP .IP
Set database cache size in megabytes (4 to 16384, default: 450) Set database cache size in megabytes (4 to 16384, default: 450)
.HP .HP
\fB\-debuglogfile=\fR<file>
.IP
Specify location of debug log file: this can be an absolute path or a
path relative to the data directory (default: debug.log)
.HP
\fB\-exportdir=\fR<dir>
.IP
Specify directory to be used when exporting data
.HP
\fB\-loadblock=\fR<file> \fB\-loadblock=\fR<file>
.IP .IP
Imports blocks from external blk000??.dat file on startup Imports blocks from external blk000??.dat file on startup
@ -69,7 +74,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
Set the number of script verification threads (\fB\-16\fR to 16, 0 = auto, <0 = Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0) leave that many cores free, default: 0)
.HP .HP
\fB\-pid=\fR<file> \fB\-pid=\fR<file>