aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-29 15:14:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-29 15:14:25 +0200
commit03271255d4efa6fc5986e64545045f23e69211b2 (patch)
tree3cd81c9d437413a71d53bd7263e483fe79e549f2
parentBump version to 0.6. (diff)
downloadcalp-03271255d4efa6fc5986e64545045f23e69211b2.tar.gz
calp-03271255d4efa6fc5986e64545045f23e69211b2.tar.xz
Minor fixes to 'html --help'.
-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."))))