chiark / gitweb /
frontend: Track rename of `help-opts'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 24 Apr 2006 14:42:16 +0000 (15:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 24 Apr 2006 14:42:16 +0000 (15:42 +0100)
frontend.lisp

index cafa95a28333a7bea0139623029bca40199e9618..161e16d1ec10c94d236fa987660d788476792504 100644 (file)
@@ -34,7 +34,7 @@ (defvar opt-zones nil
 (define-program
     :version "1.0.0" :usage "ZONEDEF..."
     :help "Generates BIND zone files from Lisp descriptions."
 (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.")))
                      "Output options"
                      (#\z "zone" (:arg "NAME") (list opt-zones)
                           "Write information about zone NAME.")))