diff --git a/lisp/clark.lisp b/lisp/clark.lisp index 4fb3bc2..cd9bd19 100644 --- a/lisp/clark.lisp +++ b/lisp/clark.lisp @@ -118,7 +118,11 @@ The result contains the url, name and the description of the bookmark." (defun help-message () (format t (concatenate 'string - "Usage: clark [ [ ...]]~%" + "Usage: clark [options] [ [ ...]]~%" + "~%" + "Possible options:~%" + "~%" + " --script Output in a machine-readable format.~%" "~%" "Possible commands:~%" "~%"))