README and example: wrote about $EXECUTABLE_NAME

This commit is contained in:
HAYAMA_Kaoru
2024-12-02 10:28:35 +09:00
parent 9c73fd4215
commit e65408bc19
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(block main
(if (< (length args) 2)
(progn
(format (error-output) "Usage: lispect ~A HOSTNAME PASSWORD~%" $PROGRAM_NAME)
(format (error-output) "Usage: ~A ~A HOSTNAME PASSWORD~%" $EXECUTABLE_NAME $PROGRAM_NAME)
(return-from main nil)
)
)