aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/calp/entry-points/html.scm8
1 files changed, 5 insertions, 3 deletions
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."))))