From 03271255d4efa6fc5986e64545045f23e69211b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 29 Aug 2020 15:14:25 +0200 Subject: Minor fixes to 'html --help'. --- module/calp/entry-points/html.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'module') diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm index 39f00979..4b4081fe 100644 --- a/module/calp/entry-points/html.scm +++ b/module/calp/entry-points/html.scm @@ -51,13 +51,15 @@ "the events for the given day, in order of start time. They are " "however not graphically sized. " (br) (b "wide") - " is the same as week, but gives a full month.") - ) + " is the same as week, but gives a full month." + (br) (b "small") + " gives only the overview calendar, similar to cal(1)." + )) (standalone (description "Creates a standalone document instead of an HTML fragment " "for embedding in a larger page. Currently only applies to the " - (i "small") "style")) + (i "small") " style")) (help (single-char #\h) (description "Print this help.")))) -- cgit v1.2.3