[Git][cmucl/cmucl][issue-163-add-command-line-version] Add comment about adding --version
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Tue Feb 28 19:59:17 UTC 2023
Raymond Toy pushed to branch issue-163-add-command-line-version at cmucl / cmucl
Commits:
1d9b25b2 by Raymond Toy at 2023-02-28T11:58:30-08:00
Add comment about adding --version
It's added because it's a common command line option for GNU.
- - - - -
1 changed file:
- src/code/commandline.lisp
Changes:
=====================================
src/code/commandline.lisp
=====================================
@@ -403,7 +403,8 @@
(defswitch "version" #'version-switch-demon
"Prints the cmucl version and exits")
-;; Make --version work too since that's a common option.
+;; Make --version work too since that's a common command line option
+;; for GNU software.
(defswitch "-version" #'version-switch-demon
- "Prints the cmucl version and exits")
+ "Prints the cmucl version and exits; same as -version")
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1d9b25b290a9955742ec7ca4e6f21d2aa8b6cfe4
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1d9b25b290a9955742ec7ca4e6f21d2aa8b6cfe4
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/20230228/1e861922/attachment-0001.html>
More information about the cmucl-cvs
mailing list