aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 17:41:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 17:41:39 +0200
commitdf1f18d7dd79af90c3917b4ae7fca794cb0cd5f5 (patch)
tree6b8bf58cf0c37045fff8c69d3bbda98b966bec7a
parentAdd --help to text. (diff)
downloadcalp-df1f18d7dd79af90c3917b4ae7fca794cb0cd5f5.tar.gz
calp-df1f18d7dd79af90c3917b4ae7fca794cb0cd5f5.tar.xz
Slightly change main --help.
-rwxr-xr-xmodule/main.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/main.scm b/module/main.scm
index baa80ad8..c4cbc5f2 100755
--- a/module/main.scm
+++ b/module/main.scm
@@ -56,6 +56,10 @@
'(*TOP* (br)
(center (b "Calp")) (br) (br)
"Usage: " (b "calp") " [ " (i flags) " ] " (i mode) " [ " (i "mode flags") " ]" (br)
+
+ (hr)
+ (center (b "Modes")) (br) (br)
+
(p (b "html") " reads calendar files from disk, and writes them to static HTML files.")
(p (b "terminal") " loads the calendars, and startrs an interactive terminal interface.")