Fix type in help output
This commit is contained in:
parent
7a80c02bc8
commit
4d71df6d7e
@ -875,7 +875,7 @@ arguments will be placed in a list at the beginning of the alist."
|
|||||||
|
|
||||||
(defun print-usage (stream spec)
|
(defun print-usage (stream spec)
|
||||||
"Print the command line usage corresponding to SPEC to STREAM."
|
"Print the command line usage corresponding to SPEC to STREAM."
|
||||||
(format stream "usage: truth-table [options] <proposition>~%~%")
|
(format stream "usage: truth-table [options] <propositions...>~%~%")
|
||||||
(loop with longest-option
|
(loop with longest-option
|
||||||
= (apply 'max (mapcar
|
= (apply 'max (mapcar
|
||||||
(lambda (entry)
|
(lambda (entry)
|
||||||
|
Loading…
Reference in New Issue
Block a user