diff options
Diffstat (limited to 'app/account.lisp')
-rw-r--r-- | app/account.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/account.lisp b/app/account.lisp index bfb4125..71fd83c 100644 --- a/app/account.lisp +++ b/app/account.lisp @@ -83,7 +83,7 @@ (account/redeem/command))) (defun account/handler (cmd) - (cli:print-usage-and-exit cmd t)) + (cli:print-usage cmd t)) (defun account/command () (cli:make-command |