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.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/module/calp/entry-points/terminal.scm b/module/calp/entry-points/terminal.scm
index b0be318c..dd35b8f3 100644
--- a/module/calp/entry-points/terminal.scm
+++ b/module/calp/entry-points/terminal.scm
@@ -6,12 +6,13 @@
:use-module (datetime)
:use-module (vulgar)
:use-module (hnh util options)
+ :use-module (calp translation)
)
(define options
- '((date (value #t) (single-char #\d)
- (description "Which date to start on."))
- (help (single-char #\t) (description "Print this help."))
+ `((date (value #t) (single-char #\d)
+ (description ,(_ "Which date to start on.")))
+ (help (single-char #\t) (description ,(_ "Print this help.")))
))
(define (main args)