diff --git a/src/main.lisp b/src/main.lisp index 26e2335..d6b4567 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -113,6 +113,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*)) (when (or help version) (uiop:quit))