X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fcli.lisp;h=4dcc8f064a1f0faeb3d229625f2104932fec3e1c;hp=1aeb746c3b4b2c3842531bf2c6d222e5a1ad45bb;hb=92fae8c;hpb=b25736698f7f7f9670f8e2408055556c4dd99ef0 diff --git a/src/main/cli.lisp b/src/main/cli.lisp index 1aeb746..4dcc8f0 100644 --- a/src/main/cli.lisp +++ b/src/main/cli.lisp @@ -31,7 +31,7 @@ DESCRIPTION: (handler-case (with-output-to-string (*standard-output*) (clnl:run-commands str)) - (error (e) (format nil "Ok, something went wrong: ~A" e)))) + (error (e) (format nil "Ok, something went wrong: ~A~%Try :help" e)))) ; for ui, we need to do at a minimum: ; - cli, first pass, read things in, bottom of the screen,