aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-27 15:58:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:25 +0100
commitd7c58989082335fc3d22e71e8132c3441d8ae9da (patch)
treef2fdd51ca764a0a1159d671b7f7e9f6854736580 /module
parentFix name of text-util test. (diff)
downloadcalp-d7c58989082335fc3d22e71e8132c3441d8ae9da.tar.gz
calp-d7c58989082335fc3d22e71e8132c3441d8ae9da.tar.xz
Fix some incorrect strings in documentation.
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>")