summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-07-10 20:49:48 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-07-10 20:49:48 +0000
commit3b0eb5fd6ba0ee6bebd182cab596ee8c60086f48 (patch)
treed64aa793b9fb02c2ad1429ed70fffe1cf5e71548 /examples
parentd76852e37c2089449ea209b3d88025144d9d0b23 (diff)
downloadguile-3b0eb5fd6ba0ee6bebd182cab596ee8c60086f48.tar.gz
(display-version, display-help): Fix comment; nfc.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/scripts/hello4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scripts/hello b/examples/scripts/hello
index afeb64781..01f9a6c3b 100755
--- a/examples/scripts/hello
+++ b/examples/scripts/hello
@@ -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")