blob: f5316c94e031c0ce9f01a735efc6a7771b1f2175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|