summaryrefslogtreecommitdiff
path: root/examples/scripts/hello
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scripts/hello')
-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")