aboutsummaryrefslogtreecommitdiff
path: root/module/c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/entry-points/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/entry-points/server.scm b/module/calp/entry-points/server.scm
index a7be4afd..8885f38d 100644
--- a/module/calp/entry-points/server.scm
+++ b/module/calp/entry-points/server.scm
@@ -20,7 +20,7 @@
(addr (value #t)
(description "Address to use, defaults to " (i "0.0.0.0")
- " for IPv4, and " (i "::") " for IPv6.")
+ " for IPv4, and " (i "[::]") " for IPv6.")
)
;; numbers as single-char doesn't work.
(six (description "Use IPv6."))