From 69b550a46e62613168ffde9e257d6e37b8cbfe08 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 24 Jan 2014 10:14:51 +0100 Subject: [PATCH] Make use of the new usage function... --- src/main.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.lisp b/src/main.lisp index b04b011..356c548 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -125,8 +125,7 @@ (format t "pgloader version ~s~%" *version-string*)) (when help - (format t "~a [ option ... ] command-file ..." (first argv)) - (command-line-arguments:show-option-help *opt-spec*)) + (usage argv)) (when (or help version) (uiop:quit))