aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/linea-caliente.126
1 files changed, 26 insertions, 0 deletions
diff --git a/man/linea-caliente.1 b/man/linea-caliente.1
new file mode 100644
index 0000000..f5316c9
--- /dev/null
+++ b/man/linea-caliente.1
@@ -0,0 +1,26 @@
+.TH LINEA-CALIENTE 1 "2025-08-26" "1.0.0" "Linea Caliente Manual"
+.SH NAME
+linea-caliente \- hotline protocol server written in rust.
+.SH SYNOPSIS
+.B linea-caliente
+[\fB\-l\fP|\fB\-\-listen\-address\fP=\fIADDRESS\fP]
+[\fB\-\-help\fP]
+.SH DESCRIPTION
+.PP
+linea-caliente is a hotline protocol server that lets you run your own hotline
+communities.
+.SH OPTIONS
+.TP
+.BR \-l ", " \-\-listen\-address =\fIADDRESS\fP
+Set the listener address (default: 127.0.0.1:6666). The address should be in the
+format <address>:<port> where <address> can be an IPv4 or IPv6 address (eg.
+127.0.0.1:5500, or [::1]:5500).
+.TP
+.BR \-\-help
+Display usage information and exit.
+.SH VERSION
+.BR 1.0.0
+.SH HOMEPAGE
+.I https://r.bdr.sh/hotline.html
+.SH AUTHORS
+\ Rubén Beltrán del Río <\fIlinea.caliente@r.bdr.sh\fP>