aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/benchmark.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/benchmark.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/benchmark.scm')
-rw-r--r--module/entry-points/benchmark.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/module/entry-points/benchmark.scm b/module/entry-points/benchmark.scm
index 0ff5556d..d11ba463 100644
--- a/module/entry-points/benchmark.scm
+++ b/module/entry-points/benchmark.scm
@@ -11,14 +11,12 @@
(define opt-spec
`((field (value #t)
(description
- (*TOP*
- "Which field from the current app to force. Most heavy fields are defined in "
- (i "(vcomponent)") ".")))
+ "Which field from the current app to force. Most heavy fields are defined in "
+ (i "(vcomponent)") "."))
(enable-output (single-char #\o)
(description
- (*TOP*
- "Output is be default supressed, since many fields contain way to much data "
- "to read. This turns it on again.")))
+ "Output is be default supressed, since many fields contain way to much data "
+ "to read. This turns it on again."))
(help (single-char #\h) (description "Print this help."))))