optparse: Expose function for printing options.
[lisp] / optparse-test
index 83662c2..4441483 100755 (executable)
@@ -48,7 +48,7 @@
             (:arg "OBJECT")
             (read opt-object)
             (:doc (concatenate 'string
-                               "Read object ("
+                               "Read object (time = "
                                (princ-to-string (get-universal-time))
                                ")")))
            (#\k "keyword" (:arg "KEYWORD") (keyword opt-keyword)