From: Mark Wooding Date: Mon, 24 Apr 2006 14:42:16 +0000 (+0100) Subject: frontend: Track rename of `help-opts'. X-Git-Url: https://git.distorted.org.uk/~mdw/zone/commitdiff_plain/884a01ff3eae91385764b981c89bad763a9e9ef1 frontend: Track rename of `help-opts'. --- diff --git a/frontend.lisp b/frontend.lisp index cafa95a..161e16d 100644 --- a/frontend.lisp +++ b/frontend.lisp @@ -34,7 +34,7 @@ (define-program :version "1.0.0" :usage "ZONEDEF..." :help "Generates BIND zone files from Lisp descriptions." - :options (options help-opts + :options (options help-options "Output options" (#\z "zone" (:arg "NAME") (list opt-zones) "Write information about zone NAME.")))