summaryrefslogtreecommitdiffhomepage
path: root/plop.1
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-02-24 23:35:55 +0100
committerAki <please@ignore.pl>2021-02-24 23:35:55 +0100
commitf2214f3ff4c11d0d7c6890547dd36cd15ac72e3d (patch)
treefde1ae808f44908e1c65603ba6b7f13603d8d9b6 /plop.1
parentcfeb0c196655f3cb8afa200eebc443fa12961552 (diff)
downloadplop-f2214f3ff4c11d0d7c6890547dd36cd15ac72e3d.zip
plop-f2214f3ff4c11d0d7c6890547dd36cd15ac72e3d.tar.gz
plop-f2214f3ff4c11d0d7c6890547dd36cd15ac72e3d.tar.bz2
Added help CLI option
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 .