diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-10 20:49:48 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-10 20:49:48 +0000 |
commit | 3b0eb5fd6ba0ee6bebd182cab596ee8c60086f48 (patch) | |
tree | d64aa793b9fb02c2ad1429ed70fffe1cf5e71548 /examples | |
parent | d76852e37c2089449ea209b3d88025144d9d0b23 (diff) |
(display-version, display-help): Fix comment; nfc.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/scripts/hello | 4 |
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") |