Update manpages and add 'make manpages' target
This commit is contained in:
@@ -247,4 +247,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
|
|||||||
clean-local:
|
clean-local:
|
||||||
rm -rf test_bitcoin.coverage/ total.coverage/
|
rm -rf test_bitcoin.coverage/ total.coverage/
|
||||||
|
|
||||||
|
manpages:
|
||||||
|
./util/gen-manpages.sh
|
||||||
|
echo "Please review the man pages changes to see if they look correct, then commit and push"
|
||||||
|
|
||||||
# I also heard about a bug in the UNIVAC but it's too big for this comment. -- Duke
|
# I also heard about a bug in the UNIVAC but it's too big for this comment. -- Duke
|
||||||
|
|||||||
@@ -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 HUSH-CLI "1" "September 2022" "hush-cli v3.9.1" "User Commands"
|
.TH HUSH-CLI "1" "September 2022" "hush-cli v3.9.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hush-cli \- manual page for hush-cli v3.9.1
|
hush-cli \- manual page for hush-cli v3.9.2
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Hush RPC client version v3.9.1\-1799c6c9b
|
Hush RPC client version v3.9.2\-54cfe1099
|
||||||
.PP
|
.PP
|
||||||
In order to ensure you are adequately protecting your privacy when using Hush,
|
In order to ensure you are adequately protecting your privacy when using Hush,
|
||||||
please see <https://hush.is/security/>.
|
please see <https://hush.is/security/>.
|
||||||
|
|||||||
@@ -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 HUSH-TX "1" "September 2022" "hush-tx v3.9.1" "User Commands"
|
.TH HUSH-TX "1" "September 2022" "hush-tx v3.9.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hush-tx \- manual page for hush-tx v3.9.1
|
hush-tx \- manual page for hush-tx v3.9.2
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
hush\-tx utility version v3.9.1\-1799c6c9b
|
hush\-tx utility version v3.9.2\-54cfe1099
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
hush\-tx [options] <hex\-tx> [commands]
|
hush\-tx [options] <hex\-tx> [commands]
|
||||||
|
|||||||
@@ -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 HUSHD "1" "September 2022" "hushd v3.9.1" "User Commands"
|
.TH HUSHD "1" "September 2022" "hushd v3.9.2" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hushd \- manual page for hushd v3.9.1
|
hushd \- manual page for hushd v3.9.2
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Hush Daemon version v3.9.1\-1799c6c9b
|
Hush Daemon version v3.9.2\-54cfe1099
|
||||||
.PP
|
.PP
|
||||||
In order to ensure you are adequately protecting your privacy when using Hush,
|
In order to ensure you are adequately protecting your privacy when using Hush,
|
||||||
please see <https://hush.is/security/>.
|
please see <https://hush.is/security/>.
|
||||||
@@ -314,6 +314,35 @@ Specify Sapling Address to Consolidate. (default: all)
|
|||||||
Fee amount in Puposhis used send consolidation transactions. (default
|
Fee amount in Puposhis used send consolidation transactions. (default
|
||||||
10000)
|
10000)
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-zsweep\fR
|
||||||
|
.IP
|
||||||
|
Enable zaddr sweeping, automatically move all shielded funds to a one
|
||||||
|
address once per X blocks
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepaddress=\fR<zaddr>
|
||||||
|
.IP
|
||||||
|
Specify the shielded address where swept funds will be sent)
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepfee\fR
|
||||||
|
.IP
|
||||||
|
Fee amount in puposhis used send sweep transactions. (default 10000)
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepinterval\fR
|
||||||
|
.IP
|
||||||
|
Sweep shielded funds every X blocks (default 5)
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepmaxinputs\fR
|
||||||
|
.IP
|
||||||
|
Maximum number of shielded inputs to sweep per transaction (default 8)
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepexternal\fR
|
||||||
|
.IP
|
||||||
|
Enable sweeping to an external wallet (default false)
|
||||||
|
.HP
|
||||||
|
\fB\-zsweepexclude\fR
|
||||||
|
.IP
|
||||||
|
Addresses to exclude from sweeping (default none)
|
||||||
|
.HP
|
||||||
\fB\-deletetx\fR
|
\fB\-deletetx\fR
|
||||||
.IP
|
.IP
|
||||||
Enable Old Transaction Deletion
|
Enable Old Transaction Deletion
|
||||||
|
|||||||
Reference in New Issue
Block a user