Skip to content

Commit

Permalink
adapted man pages to trezarcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Dec 5, 2018
1 parent a8d52e1 commit 48f7a4f
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-CLI "1" "December 2016" "bitcoin-cli v0.13.2.0" "User Commands"
.TH BITCOIN-CLI "1" "December 2016" "trezarcoin-cli v0.13.2.0" "User Commands"
.SH NAME
bitcoin-cli \- manual page for bitcoin-cli v0.13.2.0
trezarcoin-cli \- manual page for trezarcoin-cli v0.13.2.0
.SH DESCRIPTION
Bitcoin Core RPC client version v0.13.2.0
.SS "Usage:"
.TP
bitcoin\-cli [options] <command> [params]
trezarcoin\-cli [options] <command> [params]
Send command to Bitcoin Core
.TP
bitcoin\-cli [options] help
trezarcoin\-cli [options] help
List commands
.TP
bitcoin\-cli [options] help <command>
trezarcoin\-cli [options] help <command>
Get help for a command
.SH OPTIONS
.HP
Expand All @@ -22,7 +22,7 @@ This help message
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: trezarcoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Expand Down Expand Up @@ -72,8 +72,8 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D
Copyright (C) 2009-2016 The Bitcoin Core developers

Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
<https://trezarcoincore.org> for further information about the software.
The source code is available from <https://github.com/trezarcoin/trezarcoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-QT "1" "December 2016" "bitcoin-qt v0.13.2.0" "User Commands"
.TH BITCOIN-QT "1" "December 2016" "trezarcoin-qt v0.13.2.0" "User Commands"
.SH NAME
bitcoin-qt \- manual page for bitcoin-qt v0.13.2.0
trezarcoin-qt \- manual page for trezarcoin-qt v0.13.2.0
.SH DESCRIPTION
Bitcoin Core version v0.13.2.0 (64\-bit)
Usage:
.IP
bitcoin\-qt [command\-line options]
trezarcoin\-qt [command\-line options]
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -37,7 +37,7 @@ How thorough the block verification of \fB\-checkblocks\fR is (0\-4, default: 3)
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: trezarcoin.conf)
.HP
\fB\-datadir=\fR<dir>
.IP
Expand Down Expand Up @@ -71,7 +71,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: trezarcoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
Expand Down Expand Up @@ -489,8 +489,8 @@ Reset all settings changed in the GUI
Copyright (C) 2009-2016 The Bitcoin Core developers

Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
<https://trezarcoincore.org> for further information about the software.
The source code is available from <https://github.com/trezarcoin/trezarcoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-TX "1" "December 2016" "bitcoin-tx v0.13.2.0" "User Commands"
.TH BITCOIN-TX "1" "December 2016" "trezarcoin-tx v0.13.2.0" "User Commands"
.SH NAME
bitcoin-tx \- manual page for bitcoin-tx v0.13.2.0
trezarcoin-tx \- manual page for trezarcoin-tx v0.13.2.0
.SH DESCRIPTION
Bitcoin Core bitcoin\-tx utility version v0.13.2.0
Bitcoin Core trezarcoin\-tx utility version v0.13.2.0
.SS "Usage:"
.TP
bitcoin\-tx [options] <hex\-tx> [commands]
Update hex\-encoded bitcoin transaction
trezarcoin\-tx [options] <hex\-tx> [commands]
Update hex\-encoded trezarcoin transaction
.TP
bitcoin\-tx [options] \fB\-create\fR [commands]
Create hex\-encoded bitcoin transaction
trezarcoin\-tx [options] \fB\-create\fR [commands]
Create hex\-encoded trezarcoin transaction
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -95,8 +95,8 @@ Set register NAME to given JSON\-STRING
Copyright (C) 2009-2016 The Bitcoin Core developers

Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
<https://trezarcoincore.org> for further information about the software.
The source code is available from <https://github.com/trezarcoin/trezarcoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.TH BITCOIN.CONF "5" "February 2016" "bitcoin.conf 0.12"
.TH BITCOIN.CONF "5" "February 2016" "trezarcoin.conf 0.12"
.SH NAME
bitcoin.conf \- bitcoin configuration file
trezarcoin.conf \- trezarcoin configuration file
.SH SYNOPSIS
All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file.
.TP
The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. Please refer to bitcoind(1) for a up to date list of valid options.
The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. Please refer to trezarcoind(1) for a up to date list of valid options.
.TP
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, bitcoind(1) will look for a file named bitcoin.conf(5) in the bitcoin data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments.
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, trezarcoind(1) will look for a file named trezarcoin.conf(5) in the trezarcoin data directory, but both the data directory and the configuration file path may be changed using the '\-datadir' and '\-conf' command-line arguments.
.SH LOCATION
bitcoin.conf should be located in $HOME/.bitcoin
trezarcoin.conf should be located in $HOME/.trezarcoin

.SH "SEE ALSO"
bitcoind(1)
trezarcoind(1)
.SH AUTHOR
This manual page was written by Micah Anderson <[email protected]> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIND "1" "December 2016" "bitcoind v0.13.2.0" "User Commands"
.TH BITCOIND "1" "December 2016" "trezarcoind v0.13.2.0" "User Commands"
.SH NAME
bitcoind \- manual page for bitcoind v0.13.2.0
trezarcoind \- manual page for trezarcoind v0.13.2.0
.SH DESCRIPTION
Bitcoin Core Daemon version v0.13.2.0
.SS "Usage:"
.TP
bitcoind [options]
trezarcoind [options]
Start Bitcoin Core Daemon
.SH OPTIONS
.HP
Expand Down Expand Up @@ -38,7 +38,7 @@ How thorough the block verification of \fB\-checkblocks\fR is (0\-4, default: 3)
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file (default: bitcoin.conf)
Specify configuration file (default: trezarcoin.conf)
.HP
\fB\-daemon\fR
.IP
Expand Down Expand Up @@ -76,7 +76,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: trezarcoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
Expand Down Expand Up @@ -468,8 +468,8 @@ Set the number of threads to service RPC calls (default: 4)
Copyright (C) 2009-2016 The Bitcoin Core developers

Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
<https://trezarcoincore.org> for further information about the software.
The source code is available from <https://github.com/trezarcoin/trezarcoin>.

This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
Expand Down

0 comments on commit 48f7a4f

Please sign in to comment.