aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/benchmark.scm
diff options
context:
space:
mode:
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."))))