Update the help messages to include the option
The `--script' option was not yet documented in the help message.
This commit is contained in:
parent
9d5973a022
commit
eabe0f3978
1 changed files with 5 additions and 1 deletions
|
@ -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:~%"
|
||||
"~%"))
|
||||
|
|
Loading…
Reference in a new issue