summaryrefslogtreecommitdiffhomepage
path: root/plop.1
diff options
context:
space:
mode:
Diffstat (limited to 'plop.1')
-rw-r--r--plop.120
1 files changed, 13 insertions, 7 deletions
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