Skip to content

Commit

Permalink
debian - update manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Apr 10, 2020
1 parent 6e3cbd9 commit 5731fb0
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 441 deletions.
66 changes: 43 additions & 23 deletions debian/manpages/ion-cli.1
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH ION-CLI "1" "April 2019" "ion-cli v3.2.99.0" "User Commands"
.TH ION-CLI "1" "April 2020" "ion-cli v5.0.99.0" "User Commands"
.SH NAME
ion-cli \- manual page for ion-cli v3.2.99.0
ion-cli \- manual page for ion-cli v5.0.99.0
.SH DESCRIPTION
Ion Core RPC client version v3.2.99.0
Ion Core RPC client version v5.0.99.0\-dirty
.SS "Usage:"
.TP
ion\-cli [options] <command> [params]
Send command to Ion Core
.TP
ion\-cli [options] help
List commands
.TP
ion\-cli [options] help <command>
Get help for a command
.IP
ion\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Ion Core (with named arguments)
ion\-cli [options] help List commands
ion\-cli [options] help <command> Get help for a command
.SH OPTIONS
.HP
\-?
Expand All @@ -27,16 +25,26 @@ Specify configuration file (default: ioncoin.conf)
\fB\-datadir=\fR<dir>
.IP
Specify data directory
.PP
Chain selection options:
.HP
\fB\-testnet\fR
.IP
Use the test network
Use the test chain
.HP
\fB\-devnet=\fR<name>
.IP
Use devnet chain with provided name
.HP
\fB\-regtest\fR
.IP
Enter regression test mode, which uses a special chain in which blocks
can be solved instantly. This is intended for regression testing tools
and app development.
can be solved instantly. This is intended for regression testing
tools and app development.
.HP
\fB\-named\fR
.IP
Pass named instead of positional arguments (default: false)
.HP
\fB\-rpcconnect=\fR<ip>
.IP
Expand All @@ -60,21 +68,33 @@ Password for JSON\-RPC connections
.HP
\fB\-rpcclienttimeout=\fR<n>
.IP
Timeout during HTTP requests (default: 900)
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
900)
.HP
\fB\-stdin\fR
.IP
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.HP
\fB\-rpcwallet=\fR<walletname>
.IP
Send RPC for non\-default wallet on RPC server (argument is wallet
filename in iond directory, required if iond/\-Qt runs with
multiple wallets)
.SH COPYRIGHT
Copyright (C) 2009-2019 The Bitcoin Core Developers
Copyright (C) 2018-2020 The Ion Core developers
Copyright (C) 2015-2020 The PIVX Core developers
Copyright (C) 2014-2020 The Dash Core developers
Copyright (C) 2009-2020 The Bitcoin Core developers

Copyright (C) 2014-2019 The Dash Core Developers

Copyright (C) 2015-2019 The PIVX Core Developers

Copyright (C) 2018-2019 The Dash Core Developers
Please contribute if you find Ion Core useful. Visit <https://ionomy.com> for
further information about the software.
The source code is available from <https://bitbucket.org/ioncoin/ion>.

This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
or <https://opensource.org/licenses/MIT>

This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
Eric Young and UPnP software written by Thomas Bernard.
Loading

0 comments on commit 5731fb0

Please sign in to comment.