update manpages

This commit is contained in:
Duke Leto
2019-10-27 17:36:19 -04:00
parent 659ebb148d
commit 1071e3c7c5
4 changed files with 21 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ KOMODOTX=${KOMODOTX:-$SRCDIR/komodo-tx}
[ ! -x $KOMODOD ] && echo "$KOMODOD not found or not executable." && exit 1 [ ! -x $KOMODOD ] && echo "$KOMODOD not found or not executable." && exit 1
# The autodetected version git tag can screw up manpage output a little bit # The autodetected version git tag can screw up manpage output a little bit
KMDVER=($($KOMODOCLI --version | head -n1 | awk -F'[ -]' '{ print $5, $6 }')) KMDVER="v3.2.1"
# Create a footer file with copyright content. # Create a footer file with copyright content.
# This gets autodetected fine for komodod if --version-string is not set, # This gets autodetected fine for komodod if --version-string is not set,
@@ -21,8 +21,8 @@ $KOMODOD --version | sed -n '1!p' >> footer.h2m
for cmd in $KOMODOD $KOMODOCLI $KOMODOTX; do for cmd in $KOMODOD $KOMODOCLI $KOMODOTX; do
cmdname="${cmd##*/}" cmdname="${cmd##*/}"
help2man -N --version-string=${KMDVER[0]} --include=footer.h2m -o ${MANDIR}/${cmdname}.1 ${cmd} help2man -N --version-string=${KMDVER} --include=footer.h2m -o ${MANDIR}/${cmdname}.1 ${cmd}
sed -i "s/\\\-${KMDVER[1]}//g" ${MANDIR}/${cmdname}.1 #sed -i "s/\\\-${KMDVER[1]}//g" ${MANDIR}/${cmdname}.1
done done
rm -f footer.h2m rm -f footer.h2m

View File

@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH KOMODO-CLI "1" "October 2019" "komodo-cli v3.2.0" "User Commands" .TH KOMODO-CLI "1" "October 2019" "komodo-cli v3.2.1" "User Commands"
.SH NAME .SH NAME
komodo-cli \- manual page for komodo-cli v3.2.0 komodo-cli \- manual page for komodo-cli v3.2.1
.SH DESCRIPTION .SH DESCRIPTION
Komodo RPC client version v3.2.0\-61917057d\-dirty Komodo RPC client version v3.2.1\-659ebb148
.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://myhush.org/security/>. please see <https://myhush.org/security/>.

View File

@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH KOMODO-TX "1" "October 2019" "komodo-tx v3.2.0" "User Commands" .TH KOMODO-TX "1" "October 2019" "komodo-tx v3.2.1" "User Commands"
.SH NAME .SH NAME
komodo-tx \- manual page for komodo-tx v3.2.0 komodo-tx \- manual page for komodo-tx v3.2.1
.SH DESCRIPTION .SH DESCRIPTION
Hush komodo\-tx utility version v3.2.0\-61917057d\-dirty Hush komodo\-tx utility version v3.2.1\-659ebb148
.SS "Usage:" .SS "Usage:"
.TP .TP
komodo\-tx [options] <hex\-tx> [commands] komodo\-tx [options] <hex\-tx> [commands]

View File

@@ -1,16 +1,16 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH KOMODOD "1" "October 2019" "komodod v3.2.0" "User Commands" .TH KOMODOD "1" "October 2019" "komodod v3.2.1" "User Commands"
.SH NAME .SH NAME
komodod \- manual page for komodod v3.2.0 komodod \- manual page for komodod v3.2.1
.SH DESCRIPTION .SH DESCRIPTION
Komodo Daemon version v3.2.0\-61917057d\-dirty Hush Daemon version v3.2.1\-659ebb148
.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://myhush.org/security/>. please see <https://myhush.org/security/>.
.SS "Usage:" .SS "Usage:"
.TP .TP
komodod [options] komodod [options]
Start Komodo Daemon Start Hush\-flavored Komodo Daemon
.SH OPTIONS .SH OPTIONS
.HP .HP
\-? \-?
@@ -122,6 +122,11 @@ by a range of timestamps (default: 0)
.IP .IP
Maintain a full spent index, used to query the spending txid and input Maintain a full spent index, used to query the spending txid and input
index for an outpoint (default: 0) index for an outpoint (default: 0)
.HP
\fB\-zindex\fR
.IP
Maintain extra statistics about shielded transactions and payments
(default: 0)
.PP .PP
Connection options: Connection options:
.HP .HP