aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/text.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/text.scm b/module/entry-points/text.scm
index 4a0dfb91..d6ebd72e 100644
--- a/module/entry-points/text.scm
+++ b/module/entry-points/text.scm
@@ -1,6 +1,6 @@
(define-module (entry-points text)
:export (main)
- :use-module (output text)
+ :use-module (text flow)
:use-module (ice-9 getopt-long)
:use-module (util io)
:use-module (util options)