Raymond Toy pushed to branch issue-163-add-command-line-version at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/commandline.lisp
    ... ... @@ -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