[Git][cmucl/cmucl][issue-163-add-command-line-version] Better comment.
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Wed Mar 1 03:10:28 UTC 2023
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
Better comment.
- - - - -
1 changed file:
- src/code/commandline.lisp
Changes:
=====================================
src/code/commandline.lisp
=====================================
@@ -403,8 +403,8 @@
(defswitch "version" #'version-switch-demon
"Prints the cmucl version and exits")
-;; Make --version work too since that's a common command line option
-;; for GNU software.
+;; Make --version work for the benefit of those who are accustomed to
+;; GNU software.
(defswitch "-version" #'version-switch-demon
"Prints the cmucl version and exits; same as -version")
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/17c15601aa9e17e7ce79de55550cd40a9599f260
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/17c15601aa9e17e7ce79de55550cd40a9599f260
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230301/9acb8e97/attachment.html>
More information about the cmucl-cvs
mailing list