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 ()
|
(defun help-message ()
|
||||||
(format t (concatenate
|
(format t (concatenate
|
||||||
'string
|
'string
|
||||||
"Usage: clark [<command> [<options> ...]]~%"
|
"Usage: clark [options] [<command> [<options> ...]]~%"
|
||||||
|
"~%"
|
||||||
|
"Possible options:~%"
|
||||||
|
"~%"
|
||||||
|
" --script Output in a machine-readable format.~%"
|
||||||
"~%"
|
"~%"
|
||||||
"Possible commands:~%"
|
"Possible commands:~%"
|
||||||
"~%"))
|
"~%"))
|
||||||
|
|
Loading…
Reference in a new issue