aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/terminal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/terminal.scm')
-rw-r--r--module/calp/entry-points/terminal.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/entry-points/terminal.scm b/module/calp/entry-points/terminal.scm
index dd35b8f3..9a1b8b00 100644
--- a/module/calp/entry-points/terminal.scm
+++ b/module/calp/entry-points/terminal.scm
@@ -11,8 +11,8 @@
(define options
`((date (value #t) (single-char #\d)
- (description ,(_ "Which date to start on.")))
- (help (single-char #\t) (description ,(_ "Print this help.")))
+ (description ,(G_ "Which date to start on.")))
+ (help (single-char #\t) (description ,(G_ "Print this help.")))
))
(define (main args)