Update of /cvsroot/libfunutil/libfunutil/toc/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv22568
Modified Files:
accept_license.sh
Log Message:
corrected some utter bogosity in the help text
Index: accept_license.sh
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/accept_license.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- accept_license.sh 29 Aug 2003 11:35:15 -0000 1.2
+++ accept_license.sh 29 Aug 2003 11:37:28 -0000 1.3
@@ -1,21 +1,24 @@
# toc_run_description = encourage the user to read the LICENSE file
# toc_begin_help =
-
# Accepts a license filename as $1 and returns 1 if the license could
# not be read or if the user does not answer yes to the question of
# accepting the license.
-# After returning, if ${accept_license_LICENSES} is not empty then the
+# If ${accept_license_LICENSES} is not empty then the
# user is prompted to select one of the licenses, and this test
-# returns 1 if they do not.
+# returns 1 if the user do not choose one of them.
+
+# It accepts the following "quick bypass":
+# --accept-license=license
+# where license is one of ${accept_license_LICENSES}
+
+# Upon returning, if successful then ${accept_license_LICENSE} is set
+# to the selected license.
# = toc_end_help
-# It accepts the following "quick bypass":
-# --accept-license=license
-# where license is one of ${accept_license_LICENSES}
#
lc=${1-LICENSE}
|