Fix typo and clarify help text (#540)

This commit is contained in:
Markus Klink 2023-01-04 12:08:25 +01:00 committed by GitHub
parent db9b518f1a
commit 74bb83a467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
(mapcar #'usage
'("Usage:"
""
"To install a new Lisp implementaion:"
"To install a new Lisp implementation:"
" ~A install impl [options]"
"or a system from the GitHub:"
" ~A install fukamachi/prove/v2.0.0 [repository... ]"
@ -30,6 +30,7 @@
""
"For more details on impl specific options, type:"
" ~A help install impl"
"e.g.: ~A help install sbcl"
""
""
"Candidates impls for installation are:")))