Raymond Toy pushed to branch issue-163-add-command-line-version at cmucl / cmucl
Commits:
-
17c15601
by Carl S. Shapiro at 2023-03-01T03:10:22+00:00
1 changed file:
Changes:
... | ... | @@ -403,8 +403,8 @@ |
403 | 403 | (defswitch "version" #'version-switch-demon
|
404 | 404 | "Prints the cmucl version and exits")
|
405 | 405 | |
406 | -;; Make --version work too since that's a common command line option
|
|
407 | -;; for GNU software.
|
|
406 | +;; Make --version work for the benefit of those who are accustomed to
|
|
407 | +;; GNU software.
|
|
408 | 408 | (defswitch "-version" #'version-switch-demon
|
409 | 409 | "Prints the cmucl version and exits; same as -version")
|
410 | 410 |