From 6e60ef900991faa1fd774597c9851ec8c5e8f253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 May 2020 17:42:32 +0200 Subject: Remove 'info' entry point. --- module/main.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'module/main.scm') 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) -- cgit v1.2.3