From 96b6d2a1cfccb060fadce11c50737000c7bf036c Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 24 Aug 2020 18:22:36 +0200 Subject: Added getopt to main --- plop.1 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'plop.1') diff --git a/plop.1 b/plop.1 index 8d8eefd..4aea823 100644 --- a/plop.1 +++ b/plop.1 @@ -1,15 +1,21 @@ -.TH plop 1 "2020-08-15" +.TH plop 1 "2020-08-24" .SH NAME -plop \- Hackable small standalone engine for Lua web applications +plop \- Small hackable standalone engine for Lua web applications .SH SYNOPSIS -.B plop -.IR port -.IR handler +.B plop [-p +.IR PORT ] +.IR HANDLER .SH DESCRIPTION .B plop loads -.IR handler -Lua script and starts a HTTP/1.1 server listening on a designated port. The script is loaded as if +.IR HADNLER +Lua script and starts a HTTP/1.1 server listening on a designated +.IR PORT . +If +.IR PORT +is not specified server starts listening on +.B 8080 +by default. The script is loaded as if .B require was used with module name .B handler -- cgit v1.1