Fix type in help output
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user