aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 20:58:00 +0100
committerGravatar Tom Willemsen2013-03-23 20:58:00 +0100
commiteabe0f3978dd843e23b7ed30e7d225290c11fd30 (patch)
tree04eebab4e166532994c25ca91415e0b6db442ac0
parent9d5973a022c5673469f340ee1cc9517e440cbdbc (diff)
downloadclark-eabe0f3978dd843e23b7ed30e7d225290c11fd30.tar.gz
clark-eabe0f3978dd843e23b7ed30e7d225290c11fd30.zip
Update the help messages to include the option
The `--script' option was not yet documented in the help message.
-rw-r--r--lisp/clark.lisp6
1 files changed, 5 insertions, 1 deletions
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 [<command> [<options> ...]]~%"
+ "Usage: clark [options] [<command> [<options> ...]]~%"
+ "~%"
+ "Possible options:~%"
+ "~%"
+ " --script Output in a machine-readable format.~%"
"~%"
"Possible commands:~%"
"~%"))