summaryrefslogtreecommitdiffhomepage
path: root/plop.1
diff options
context:
space:
mode:
Diffstat (limited to 'plop.1')
-rw-r--r--plop.17
1 files changed, 7 insertions, 0 deletions
diff --git a/plop.1 b/plop.1
index 36aedb2..3c9b4df 100644
--- a/plop.1
+++ b/plop.1
@@ -4,6 +4,7 @@ plop \- Small hackable standalone engine for Lua web applications
.SH SYNOPSIS
.SY plop
.OP \-p PORT
+.OP \-h
.RI [ HANDLER ]
.YS
.SH DESCRIPTION
@@ -27,3 +28,9 @@ was used with module name
.B handler
and the return value is set as global variable with the same name. Loaded script is expected to return a function which
will be used to handle each request.
+.P
+If
+.B \-h
+option is used a short help message is printed out to standard error output, and then program is terminated. This short
+message contains default value of
+.IR HANDLER .