Artifact
756fcc4a0ed2e10531c65ff39d593351d3127c34:
Attachment "466850.diff" to
ticket [466850ffff]
added by
andreas_kupries
2001-10-13 04:37:35.
Index: modules/cmdline/cmdline.tcl
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/cmdline/cmdline.tcl,v
retrieving revision 1.9
diff -u -r1.9 cmdline.tcl
--- modules/cmdline/cmdline.tcl 2001/08/02 16:38:06 1.9
+++ modules/cmdline/cmdline.tcl 2001/10/12 21:36:47
@@ -114,7 +114,12 @@
# arglistVar The name of the argument list, typically argv
# optlist A list-of-lists where each element specifies an option
# in the form:
-# flag default comment
+# (where flag takes no argument)
+# flag comment
+#
+# (or where flag takes an argument)
+# flag default comment
+#
# If flag ends in ".arg" then the value is taken from the
# command line. Otherwise it is a boolean and appears in
# the result if present on the command line. If flag ends