From 2a344ab7ce7f123d47ecc72de38532eedacf4a59 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 22 Nov 2013 11:23:15 +0100 Subject: [PATCH] Add a usage line in the --help output. --- src/main.lisp | 1 + 1 file changed, 1 insertion(+) 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))