From df1f18d7dd79af90c3917b4ae7fca794cb0cd5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 May 2020 17:41:39 +0200 Subject: Slightly change main --help. --- module/main.scm | 4 ++++ 1 file changed, 4 insertions(+) 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.") -- cgit v1.2.3