aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/calp/entry-points/terminal.scm3
-rw-r--r--module/calp/main.scm2
2 files changed, 2 insertions, 3 deletions
diff --git a/module/calp/entry-points/terminal.scm b/module/calp/entry-points/terminal.scm
index 9a1b8b00..fa3dd41d 100644
--- a/module/calp/entry-points/terminal.scm
+++ b/module/calp/entry-points/terminal.scm
@@ -25,5 +25,4 @@
(let ((date (or (and=> (option-ref opts 'date #f) parse-freeform-date)
(current-date))))
(with-vulgar
- (lambda () (main-loop date))))
-)
+ (lambda () (main-loop date)))))
diff --git a/module/calp/main.scm b/module/calp/main.scm
index 90e7e115..9bc8cdf8 100644
--- a/module/calp/main.scm
+++ b/module/calp/main.scm
@@ -79,7 +79,7 @@ contain all events.
"<center><b>" (G_ "Modes") "</b></center>
<br/><br/>"
(G_ "<p><b>html</b> reads calendar files from disk, and writes them to static HTML files.</p>")
- (G_ "<p><b>terminal</b> loads the calendars, and starts an interactive terminal interface.</p>")
+ (G_ "<p><b>term</b> loads the calendars, and starts an interactive terminal interface.</p>")
(G_ "[UNTESTED]<br/><p><b>import</b>s a calendar object into the database.</p>")
(G_ "<p><b>text</b> formats and justifies what it's given on standard input,
and writes it to standard output. Similar to this text.</p>")