aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/text.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 587beda3..4a0dfb91 100644
--- a/module/entry-points/text.scm
+++ b/module/entry-points/text.scm
@@ -11,7 +11,7 @@
'((width (value #t) (single-char #\w)
(description "Width of written text, defaults to 70 chars."))
(file (value #t) (single-char #\f)
- (description (*TOP* "Read from " (i "file") " instead of standard input.")))
+ (description "Read from " (i "file") " instead of standard input."))
(help (single-char #\h)
(description "Prints this help."))))