aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-20 23:36:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-20 23:36:48 +0200
commit057900f3466b3850860857ce55e796edfb134c59 (patch)
treebfad5768bfad4216ba2ba35b151b678e59763c0d
parentAdd script for setting version. (diff)
downloadcalp-057900f3466b3850860857ce55e796edfb134c59.tar.gz
calp-057900f3466b3850860857ce55e796edfb134c59.tar.xz
Helpstring for port config.
-rw-r--r--module/calp/entry-points/server.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/calp/entry-points/server.scm b/module/calp/entry-points/server.scm
index e9d32916..87eaba1e 100644
--- a/module/calp/entry-points/server.scm
+++ b/module/calp/entry-points/server.scm
@@ -31,7 +31,8 @@
(description "Print this help."))))
-(define-config port 8080)
+(define-config port 8080
+ description: "Port to which the web server should bind.")
(define-public (main args)