mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-27 20:36:34 -04:00
README and example: wrote about $PROGRAM_NAME
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
(block main
|
||||
(if (< (length args) 2)
|
||||
(progn
|
||||
(format (error-output) "Usage: ./lispect example.lsp HOSTNAME PASSWORD~%")
|
||||
(format (error-output) "Usage: lispect ~A HOSTNAME PASSWORD~%" $PROGRAM_NAME)
|
||||
(return-from main nil)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user