aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 17:42:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 17:42:32 +0200
commit6e60ef900991faa1fd774597c9851ec8c5e8f253 (patch)
tree11a59f1a446249f3f3addb8456687cd68ba7be9f /module/main.scm
parentSlightly change main --help. (diff)
downloadcalp-6e60ef900991faa1fd774597c9851ec8c5e8f253.tar.gz
calp-6e60ef900991faa1fd774597c9851ec8c5e8f253.tar.xz
Remove 'info' entry point.
Diffstat (limited to 'module/main.scm')
-rwxr-xr-xmodule/main.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/module/main.scm b/module/main.scm
index c4cbc5f2..f8dca2de 100755
--- a/module/main.scm
+++ b/module/main.scm
@@ -22,7 +22,6 @@
((entry-points terminal) :prefix terminal-)
((entry-points import) :prefix import-)
((entry-points text) :prefix text-)
- ((entry-points info) :prefix info-)
((entry-points ical) :prefix ical-)
((entry-points benchmark) :prefix benchmark-)
@@ -70,13 +69,11 @@
(p (b "text") " formats and justifies what it's given on standard input, "
"and writes it to standard output. Similar to this text.")
- (p (b "info") " does something?")
-
(p (b "ical") " loads the calendar database, and imideately "
"reserializes it back into ICAL format. "
"Useful for merging calendars.")
- (p (b "benchmark") " does something else?")
+ (p (b "benchmark") " does something?")
(p (b "server") " starts an HTTP server which dynamicly loads and displays event. The "
(i "/month/{date}.html") " & " (i "/week/{date}.html") " runs the same output code as "
@@ -125,7 +122,6 @@
((term) terminal-main)
((import) import-main)
((text) text-main)
- ((info) info-main)
((ical) ical-main)
((server) server-main)
((benchmark) benchmark-main)