Update the help messages to include the option

The `--script' option was not yet documented in the help message.
This commit is contained in:
Tom Willemsen 2013-03-23 20:58:00 +01:00
parent 9d5973a022
commit eabe0f3978

View file

@ -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 [<command> [<options> ...]]~%"
"Usage: clark [options] [<command> [<options> ...]]~%"
"~%"
"Possible options:~%"
"~%"
" --script Output in a machine-readable format.~%"
"~%"
"Possible commands:~%"
"~%"))