From: William D. <wdo...@us...> - 2005-02-16 14:54:55
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11765 Modified Files: flexml.pl Log Message: Add q to getopts() param so -q is accepted. Index: flexml.pl =================================================================== RCS file: /cvsroot/flexml/flexml/flexml.pl,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- flexml.pl 15 Feb 2005 19:37:08 -0000 1.41 +++ flexml.pl 16 Feb 2005 14:54:46 -0000 1.42 @@ -488,7 +488,7 @@ $Use = "Usage: flexml [-ASHDvdqnLXV] [-s skel] [-p pubid] [-u uri]\n" . " [-b stack_size] [-r roottags] [-a actions] name[.dtd]"; -getopts('ASHDvdnLXVp:b:s:u:r:a:', \%opt); +getopts('ASHDvdnLXVqp:b:s:u:r:a:', \%opt); # Version! print "FleXML version $Id.\n" if $opt{V} or $opt{v}; |