From 3b0eb5fd6ba0ee6bebd182cab596ee8c60086f48 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 10 Jul 2001 20:49:48 +0000 Subject: (display-version, display-help): Fix comment; nfc. --- examples/scripts/hello | 4 ++-- 1 file 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") -- cgit v1.2.1