# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1580430329 18000
# Node ID ced9188b171b55d4dc5f2c66012feaa1c3a7099b
# Parent  a89bfa97236fa4a2bf152718b636843c525cc048
Fix typo in parse-options-or-exit

diff -r a89bfa97236f -r ced9188b171b src/main.lisp
--- a/src/main.lisp	Tue Jan 14 19:14:02 2020 -0500
+++ b/src/main.lisp	Thu Jan 30 19:25:29 2020 -0500
@@ -499,7 +499,7 @@
   See the full documentation for more information.
 
   "
-  (handler-case (adopt:parse-options ui)
+  (handler-case (adopt:parse-options interface)
     (error (c) (adopt:print-error-and-exit c))))