Browse Source

update unix manpages

minor
Duke Leto 4 years ago
parent
commit
fdf1ed1d0a
  1. 6
      contrib/devtools/gen-manpages.sh
  2. 3
      doc/man/hush-cli.1
  3. 3
      doc/man/hush-tx.1
  4. 4
      doc/man/hushd.1

6
contrib/devtools/gen-manpages.sh

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2019 The Hush developers
# Copyright (c) 2019-2020 The Hush developers
# Released under the GPLv3
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
@ -12,8 +12,8 @@ HUSHTX=${HUSHTX:-$SRCDIR/hush-tx}
[ ! -x $HUSHD ] && echo "$HUSHD not found or not executable." && exit 1
#HUSHVER="v3.3.0"
HUSHVER=$(./src/hushd --version|head -n2|tail -n1|cut -d' ' -f4|cut -d- -f1)
HUSHVER="v3.6.0"
#HUSHVER=$(./src/hushd --version|head -n2|tail -n1|cut -d' ' -f4|cut -d- -f1)
# Create a footer file with copyright content.
# This gets autodetected fine for komodod if --version-string is not set,

3
doc/man/hush-cli.1

@ -3,7 +3,7 @@
.SH NAME
hush-cli \- manual page for hush-cli v3.6.0
.SH DESCRIPTION
Hush RPC client version v3.6.0\-65cdf6dd3
Hush RPC client version v3.6.0\-12fabf7fd
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.
@ -71,7 +71,6 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.

3
doc/man/hush-tx.1

@ -3,7 +3,7 @@
.SH NAME
hush-tx \- manual page for hush-tx v3.6.0
.SH DESCRIPTION
Hush komodo\-tx utility version v3.6.0\-65cdf6dd3
Hush komodo\-tx utility version v3.6.0\-12fabf7fd
.SS "Usage:"
.TP
komodo\-tx [options] <hex\-tx> [commands]
@ -84,7 +84,6 @@ set=NAME:JSON\-STRING
.IP
Set register NAME to given JSON\-STRING
.SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.

4
doc/man/hushd.1

@ -3,8 +3,7 @@
.SH NAME
hushd \- manual page for hushd v3.6.0
.SH DESCRIPTION
Found binary: ./komodod
Hush Daemon version v3.6.0\-65cdf6dd3
Hush Daemon version v3.6.0\-12fabf7fd
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.
@ -682,7 +681,6 @@ Starting supply, default is 0
.IP
Enforce transaction\-rate limit, default 0
.SH COPYRIGHT
Hush Daemon version v3.6.0-65cdf6dd3
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://hush.is/security/>.

Loading…
Cancel
Save