summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:~%"
"~%"))