Add a usage line in the --help output.

This commit is contained in:
Dimitri Fontaine 2013-11-22 11:23:15 +01:00
parent 78b42cc4ae
commit 2a344ab7ce

View File

@ -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))