v. 1.0.0.0
This commit is contained in:
21
contrib/debian/manpages/neodash-cli.1
Normal file
21
contrib/debian/manpages/neodash-cli.1
Normal file
@@ -0,0 +1,21 @@
|
||||
.TH NEODASH-CLI "1" "June 2016" "neodash-cli 0.12"
|
||||
.SH NAME
|
||||
neodash-cli \- a remote procedure call client for Neodash Core.
|
||||
.SH SYNOPSIS
|
||||
neodash-cli [options] <command> [params] \- Send command to Neodash Core.
|
||||
.TP
|
||||
neodash-cli [options] help \- Asks Neodash Core for a list of supported commands.
|
||||
.SH DESCRIPTION
|
||||
This manual page documents the neodash-cli program. neodash-cli is an RPC client used to send commands to Neodash Core.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-?\fR
|
||||
Show possible options.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
\fBneodashd\fP, \fBneodash.conf\fP
|
||||
.SH AUTHOR
|
||||
This manual page was written by Ciemon Dunville <ciemon@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.
|
||||
|
||||
The complete text of the MIT License can be found on the web at \fIhttp://opensource.org/licenses/MIT\fP.
|
||||
13
contrib/debian/manpages/neodash-qt.1
Normal file
13
contrib/debian/manpages/neodash-qt.1
Normal file
@@ -0,0 +1,13 @@
|
||||
.TH NEODASH-QT "1" "June 2016" "neodash-qt 0.12"
|
||||
.SH NAME
|
||||
neodash-qt \- peer-to-peer network based digital currency
|
||||
.SH DESCRIPTION
|
||||
.SS "Usage:"
|
||||
.IP
|
||||
neodash\-qt [command\-line options]
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\-?
|
||||
List options.
|
||||
.SH "SEE ALSO"
|
||||
neodashd(1)
|
||||
19
contrib/debian/manpages/neodash.conf.5
Normal file
19
contrib/debian/manpages/neodash.conf.5
Normal file
@@ -0,0 +1,19 @@
|
||||
.TH NEODASH.CONF "5" "June 2016" "neodash.conf 0.12"
|
||||
.SH NAME
|
||||
neodash.conf \- neodash 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 neodashd(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, neodashd(1) will look for a file named neodash.conf(5) in the neodash 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
|
||||
neodash.conf should be located in $HOME/.neodash
|
||||
|
||||
.SH "SEE ALSO"
|
||||
neodashd(1)
|
||||
.SH AUTHOR
|
||||
This manual page was written by Micah Anderson <micah@debian.org> 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.
|
||||
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|
||||
|
||||
30
contrib/debian/manpages/neodashd.1
Normal file
30
contrib/debian/manpages/neodashd.1
Normal file
@@ -0,0 +1,30 @@
|
||||
.TH NEODASHD "1" "June 2016" "neodashd 0.12"
|
||||
.SH NAME
|
||||
neodashd \- peer-to-peer network based digital currency
|
||||
.SH SYNOPSIS
|
||||
neodashd [options] <command> [params]
|
||||
.TP
|
||||
neodashd [options] help <command> \- Get help for a command
|
||||
.SH DESCRIPTION
|
||||
This manual page documents the neodashd program. Neodash is an experimental new digital currency that enables anonymous, instant payments to anyone, anywhere in the world. Neodash uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Neodash Core is the name of the open source software which enables the use of this currency.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\-?
|
||||
List of possible options.
|
||||
.SH COMMANDS
|
||||
.TP
|
||||
\fBhelp\fR
|
||||
List commands.
|
||||
|
||||
.TP
|
||||
\fBhelp 'command'\fR
|
||||
Get help for a command.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
neodash.conf(5)
|
||||
.SH AUTHOR
|
||||
This manual page was written by Micah Anderson <micah@debian.org> 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.
|
||||
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|
||||
|
||||
Reference in New Issue
Block a user