mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(display-version, display-help): Fix comment; nfc.
This commit is contained in:
parent
d76852e37c
commit
3b0eb5fd6b
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
||||||
'((version (single-char #\v) (value #f))
|
'((version (single-char #\v) (value #f))
|
||||||
(help (single-char #\h) (value #f))))
|
(help (single-char #\h) (value #f))))
|
||||||
|
|
||||||
;; Display version information and exit.
|
;; Display version information.
|
||||||
;;
|
;;
|
||||||
(define (display-version)
|
(define (display-version)
|
||||||
(display "hello 0.0.1\n"))
|
(display "hello 0.0.1\n"))
|
||||||
|
|
||||||
;; Display the usage help message and exit.
|
;; Display the usage help message.
|
||||||
;;
|
;;
|
||||||
(define (display-help)
|
(define (display-help)
|
||||||
(display "Usage: hello [options...]\n")
|
(display "Usage: hello [options...]\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue