Add better documentation

This commit is contained in:
2024-09-16 12:50:05 -07:00
parent 7a21f853da
commit a78e132b72
2 changed files with 59 additions and 14 deletions

View File

@ -509,7 +509,7 @@ arguments."
(cerror "Ignore the extra arguments." 'command-line-error
:message "extra non-option arguments"))
(when (option-value 'help opts)
(print-usage t *command-line-spec* "truth-table-webserver"
(print-usage t *command-line-spec* "truth-table-web-wrapper"
:print-astrisk nil)
(if cmdline-error
(uiop:quit 1)