aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/text.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-01 15:40:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-01 15:40:15 +0200
commit8f2cd195e18f7c26345dfd701216affcd1fdbcd6 (patch)
treea497d0f9231db1d86c2ca096668e37e69ff33007 /module/entry-points/text.scm
parentExtend and document benchmark main. (diff)
downloadcalp-8f2cd195e18f7c26345dfd701216affcd1fdbcd6.tar.gz
calp-8f2cd195e18f7c26345dfd701216affcd1fdbcd6.tar.xz
Remove *TOP* tags from descriptions.
Diffstat (limited to 'module/entry-points/text.scm')
-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."))))