From 8f2cd195e18f7c26345dfd701216affcd1fdbcd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Jun 2020 15:40:15 +0200 Subject: Remove *TOP* tags from descriptions. --- module/entry-points/benchmark.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'module/entry-points/benchmark.scm') 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.")))) -- cgit v1.2.3