guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/examples/scripts hello


From: Thien-Thi Nguyen
Subject: guile/guile-core/examples/scripts hello
Date: Tue, 10 Jul 2001 13:49:48 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/07/10 13:49:48

Modified files:
        guile-core/examples/scripts: hello 

Log message:
        (display-version, display-help): Fix comment; nfc.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/scripts/hello.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: guile/guile-core/examples/scripts/hello
diff -u guile/guile-core/examples/scripts/hello:1.2 
guile/guile-core/examples/scripts/hello:1.3
--- guile/guile-core/examples/scripts/hello:1.2 Thu Jun 14 13:36:06 2001
+++ guile/guile-core/examples/scripts/hello     Tue Jul 10 13:49:48 2001
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]