From 8f2cd195e18f7c26345dfd701216affcd1fdbcd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Jun 2020 15:40:15 +0200 Subject: Remove *TOP* tags from descriptions. --- module/entry-points/server.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/entry-points/server.scm') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index ceefc5b9..b2716c15 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -175,10 +175,10 @@ (define options '((port (value #t) (single-char #\p) - (description (*TOP* "Bind to TCP port, defaults to " (i 8080) "."))) + (description "Bind to TCP port, defaults to " (i 8080) ".")) (addr (value #t) - (description (*TOP* "Address to use, defaults to " (i "0.0.0.0") - " for IPv4, and " (i "::") " for IPv6.")) + (description "Address to use, defaults to " (i "0.0.0.0") + " for IPv4, and " (i "::") " for IPv6.") ) ;; TODO numbers as single-char seems to not work. (six (single-char #\6) -- cgit v1.2.3