Browse Source

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

pull/4/head
Jack Grigg 7 years ago
parent
commit
94183b6360
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" "August 2017" "zcash-cli v1.0.11" "User Commands" .TH ZCASH-CLI "1" "September 2017" "zcash-cli v1.0.12-rc1" "User Commands"
.SH NAME .SH NAME
zcash-cli \- manual page for zcash-cli v1.0.11 zcash-cli \- manual page for zcash-cli v1.0.12-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash RPC client version v1.0.11 Zcash RPC client version v1.0.12\-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/index.html>. please see <https://z.cash/support/security/index.html>.

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" "August 2017" "zcash-tx v1.0.11" "User Commands" .TH ZCASH-TX "1" "September 2017" "zcash-tx v1.0.12-rc1" "User Commands"
.SH NAME .SH NAME
zcash-tx \- manual page for zcash-tx v1.0.11 zcash-tx \- manual page for zcash-tx v1.0.12-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash zcash\-tx utility version v1.0.11 Zcash zcash\-tx utility version v1.0.12\-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" "August 2017" "zcashd v1.0.11" "User Commands" .TH ZCASHD "1" "September 2017" "zcashd v1.0.12-rc1" "User Commands"
.SH NAME .SH NAME
zcashd \- manual page for zcashd v1.0.11 zcashd \- manual page for zcashd v1.0.12-rc1
.SH DESCRIPTION .SH DESCRIPTION
Zcash Daemon version v1.0.11 Zcash Daemon version v1.0.12\-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/index.html>. please see <https://z.cash/support/security/index.html>.
@ -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.11) \fB\-disabledeprecation\fR=\fI\,1\/\fR.0.12\-rc1)
.HP .HP
\fB\-exportdir=\fR<dir> \fB\-exportdir=\fR<dir>
.IP .IP
@ -241,11 +241,11 @@ Set key pool size to <n> (default: 100)
.HP .HP
\fB\-paytxfee=\fR<amt> \fB\-paytxfee=\fR<amt>
.IP .IP
Fee (in BTC/kB) to add to transactions you send (default: 0.00) Fee (in ZEC/kB) to add to transactions you send (default: 0.00)
.HP .HP
\fB\-rescan\fR \fB\-rescan\fR
.IP .IP
Rescan the blockchain for missing wallet transactions on startup Rescan the block chain for missing wallet transactions on startup
.HP .HP
\fB\-salvagewallet\fR \fB\-salvagewallet\fR
.IP .IP
@ -266,8 +266,8 @@ confirmation on average within n blocks (default: 2)
.HP .HP
\fB\-maxtxfee=\fR<amt> \fB\-maxtxfee=\fR<amt>
.IP .IP
Maximum total fees to use in a single wallet transaction; setting this Maximum total fees (in ZEC) to use in a single wallet transaction;
too low may abort large transactions (default: 0.10) setting this too low may abort large transactions (default: 0.10)
.HP .HP
\fB\-upgradewallet\fR \fB\-upgradewallet\fR
.IP .IP
@ -339,7 +339,7 @@ Prepend debug output with timestamp (default: 1)
.HP .HP
\fB\-minrelaytxfee=\fR<amt> \fB\-minrelaytxfee=\fR<amt>
.IP .IP
Fees (in BTC/Kb) smaller than this are considered zero fee for relaying Fees (in ZEC/kB) smaller than this are considered zero fee for relaying
(default: 0.000001) (default: 0.000001)
.HP .HP
\fB\-printtoconsole\fR \fB\-printtoconsole\fR

Loading…
Cancel
Save