From eabe0f3978dd843e23b7ed30e7d225290c11fd30 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 23 Mar 2013 20:58:00 +0100 Subject: [PATCH] Update the help messages to include the option The `--script' option was not yet documented in the help message. --- lisp/clark.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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:~%" "~%"))