shlist

share and manage lists between multiple people
Log | Files | Refs

commit 88880caa067e337d1d7ce139018cecd69602096e
parent b57de59c3ee6f4149dfb37efd855166c84b6fb58
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 29 Feb 2016 17:49:39 -0700

server: -p takes port as arugment

Diffstat:
Mserver/sl.1 | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/server/sl.1 b/server/sl.1 @@ -6,17 +6,18 @@ .Nd main shared lists server .Sh SYNOPSIS .Nm sl -.Op Fl ptv +.Op Fl tv +.Op Fl p Ar port .Sh DESCRIPTION The .Nm sl -server is responsible for processing new client connections and persistently -stores client and list information. +program is responsible for processing new client connections and persistently +storing client and list information. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl p -Port to listen for connections +.It Fl p Ar port +Listen for connections on this port. .It Fl t Start server in "test" mode which uses a temporary database and a dummy notification daemon.