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/17c15601aa9e17e7ce79de55... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/17c15601aa9e17e7ce79de55... You're receiving this email because of your account on gitlab.common-lisp.net.