# HG changeset patch # User Steve Losh # Date 1619563492 14400 # Node ID b992b29fd79a12b74303008d176420b26c55b0b5 # Parent d914d5aad7dc173c6c3ecd047bbb37d8b295cc97# Parent 7db1d39f4279e20ccb852b20ea28c715686b87e5 Merge pull request #2 from wnortje/parse-options-parameter Parse-options-or-exit must pass the arguments parameter. diff -r d914d5aad7dc -r b992b29fd79a src/main.lisp --- a/src/main.lisp Sat Dec 12 18:40:40 2020 -0500 +++ b/src/main.lisp Tue Apr 27 18:44:52 2021 -0400 @@ -600,7 +600,7 @@ See the full documentation for more information. " - (handler-case (adopt:parse-options interface) + (handler-case (adopt:parse-options interface arguments) (error (c) (adopt:print-error-and-exit c))))