man pages
This commit is contained in:
@@ -12,14 +12,16 @@ HUSHTX=${HUSHTX:-$SRCDIR/hush-tx}
|
|||||||
|
|
||||||
[ ! -x $HUSHD ] && echo "$HUSHD not found or not executable." && exit 1
|
[ ! -x $HUSHD ] && echo "$HUSHD not found or not executable." && exit 1
|
||||||
|
|
||||||
|
# TODO: this does not work correctly, when help2man is installed, it still fails
|
||||||
# Check if help2man is installed
|
# Check if help2man is installed
|
||||||
# If not then display error to user and exit
|
# If not then display error to user and exit
|
||||||
if ! command -v help2man &> /dev/null
|
#if ! command -v help2man &> /dev/null
|
||||||
then
|
#then
|
||||||
echo "help2man could not be found"
|
# echo "help2man could not be found"
|
||||||
echo "Please install from your Linux package manager and try again"
|
# echo "Please install from your Linux package manager and try again"
|
||||||
exit
|
# echo "On Debian-based systems you can do: apt-get install help2man"
|
||||||
fi
|
# exit
|
||||||
|
#fi
|
||||||
|
|
||||||
# use this if hushd is not running
|
# use this if hushd is not running
|
||||||
#HUSHVER="v3.6.2"
|
#HUSHVER="v3.6.2"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
||||||
.TH HUSH-CLI "1" "March 2021" "hush-cli v3.7.0" "User Commands"
|
.TH HUSH-CLI "1" "April 2021" "hush-cli v3.7.1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hush-cli \- manual page for hush-cli v3.7.0
|
hush-cli \- manual page for hush-cli v3.7.1
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Hush RPC client version v3.7.0\-af5f461d0
|
Hush RPC client version v3.7.1\-2da07fe58\-dirty
|
||||||
.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.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
||||||
.TH HUSH-TX "1" "March 2021" "hush-tx v3.7.0" "User Commands"
|
.TH HUSH-TX "1" "April 2021" "hush-tx v3.7.1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hush-tx \- manual page for hush-tx v3.7.0
|
hush-tx \- manual page for hush-tx v3.7.1
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
hush\-tx utility version v3.7.0\-af5f461d0
|
hush\-tx utility version v3.7.1\-2da07fe58\-dirty
|
||||||
.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.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
||||||
.TH HUSHD "1" "March 2021" "hushd v3.7.0" "User Commands"
|
.TH HUSHD "1" "April 2021" "hushd v3.7.1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
hushd \- manual page for hushd v3.7.0
|
hushd \- manual page for hushd v3.7.1
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Hush Daemon version v3.7.0\-af5f461d0
|
Hush Daemon version v3.7.1\-2da07fe58\-dirty
|
||||||
.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/>.
|
||||||
@@ -556,7 +556,7 @@ multiple times
|
|||||||
.HP
|
.HP
|
||||||
\fB\-rpcthreads=\fR<n>
|
\fB\-rpcthreads=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Set the number of threads to service RPC calls (default: 4)
|
Set the number of threads to service RPC calls (default: 8)
|
||||||
.PP
|
.PP
|
||||||
Metrics Options (only if \fB\-daemon\fR and \fB\-printtoconsole\fR are not set):
|
Metrics Options (only if \fB\-daemon\fR and \fB\-printtoconsole\fR are not set):
|
||||||
.HP
|
.HP
|
||||||
|
|||||||
Reference in New Issue
Block a user