Browse Source

Update manpages and add 'make manpages' target

pull/208/head
Duke Leto 2 years ago
parent
commit
c7c2a98eaf
  1. 4
      Makefile.am
  2. 6
      doc/man/hush-cli.1
  3. 6
      doc/man/hush-tx.1
  4. 35
      doc/man/hushd.1

4
Makefile.am

@ -247,4 +247,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
clean-local:
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

6
doc/man/hush-cli.1

@ -1,9 +1,9 @@
.\" 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
hush-cli \- manual page for hush-cli v3.9.1
hush-cli \- manual page for hush-cli v3.9.2
.SH DESCRIPTION
Hush RPC client version v3.9.1\-1799c6c9b
Hush RPC client version v3.9.2\-54cfe1099
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.

6
doc/man/hush-tx.1

@ -1,9 +1,9 @@
.\" 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
hush-tx \- manual page for hush-tx v3.9.1
hush-tx \- manual page for hush-tx v3.9.2
.SH DESCRIPTION
hush\-tx utility version v3.9.1\-1799c6c9b
hush\-tx utility version v3.9.2\-54cfe1099
.SS "Usage:"
.TP
hush\-tx [options] <hex\-tx> [commands]

35
doc/man/hushd.1

@ -1,9 +1,9 @@
.\" 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
hushd \- manual page for hushd v3.9.1
hushd \- manual page for hushd v3.9.2
.SH DESCRIPTION
Hush Daemon version v3.9.1\-1799c6c9b
Hush Daemon version v3.9.2\-54cfe1099
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
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
10000)
.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
.IP
Enable Old Transaction Deletion

Loading…
Cancel
Save