From 05a2c613fbbc2caa19dd365989b2bf8859fc4e99 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] src/frontend.lisp: The command-line options aren't crazy any more. --- src/frontend.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend.lisp b/src/frontend.lisp index 9ed6f30..d394eee 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -85,7 +85,7 @@ :usage "SOURCES..." :options (options (help-options :short-version #\V) - "Crazy options" + "Translator options" (#\I "include" (:arg "DIR") ("Search DIR for module imports.") (list *module-dirs* 'string)) -- 2.11.0