1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

(display-version, display-help): Fix comment; nfc.

This commit is contained in:
Thien-Thi Nguyen 2001-07-10 20:40:55 +00:00
parent d997780cc0
commit d97f0f7bf4

View file

@ -20,12 +20,12 @@
'((version (single-char #\v) (value #f))
(help (single-char #\h) (value #f))))
;; Display version information and exit.
;; Display version information.
;;
(define (display-version)
(display "hello 0.0.1\n"))
;; Display the usage help message and exit.
;; Display the usage help message.
;;
(define (display-help)
(display "Usage: hello [options...]\n")