commit:     b21f6b1fe773a0d5b1946163eddeeacfe7ff4314
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 06:20:18 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 06:20:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoostats.git/commit/?id=b21f6b1f

man: add the man page for gentoostats-send

 man/gentoostats-send.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/man/gentoostats-send.1 b/man/gentoostats-send.1
new file mode 100644
index 0000000..70e0a31
--- /dev/null
+++ b/man/gentoostats-send.1
@@ -0,0 +1,49 @@
+.TH "GENTOOSTATS-SEND" "1" "Jan 2017" "" "Gentoostats"
+.SH "NAME"
+gentoostats\-send \- Command\-line interface to submit host statistics
+to a remote gentoostats server
+.SH "SYNOPSIS"
+.TP
+\fBgentoostats\-send\fR [\fIoptions\fR]
+.SH "DESCRIPTION"
+gentoostats\-send is a utility for submitting various host and package
+statistics to a gentoostats server.
+.SH "OPTIONS"
+.TP
+.B \-s, \-\-server
+Host name of the remote gentoostats server
+.TP
+.B \-p, \-\-port
+Port number of the remote gentoostats server
+.TP
+.B \-u, \-\-url
+URL of the remote gentoostats server
+.TP
+.B \-a, \-\-auth
+Path to the authentication file
+.TP
+.B \-c, \-\-config
+Path to the configuration file
+.TP
+.B \-v, \-\-verbose
+Output the statistics being submitted on the command line in the JSON
+format
+.TP
+.B \-h, \-\-help
+Show the help message
+.SH "FILES"
+.TP
+.B /etc/gentoostats/auth.cfg
+Contains the host-specific randomly generated UUID and password to be
+transmitted to the remote gentoostats server for authentication purposes.
+.TP
+.B /etc/gentoostats/payload.cfg
+Determines what kind of information will be included in the statistics
+that is sent to a remote gentoostats server. Users should edit this
+file to suit their privacy needs.
+.SH "BUGS"
+Please report bugs via https://bugs.gentoo.org/
+.SH "AUTHOR"
+Göktürk Yüksek <[email protected]>
+.SH "SEE ALSO"
+\fBgentoostats\-cli\fR(1)

Reply via email to