From: Gareth S B. <bes...@us...> - 2005-05-10 18:00:59
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10730 Modified Files: wbemcat Log Message: Index: wbemcat =================================================================== RCS file: /cvsroot/sblim/sfcb/wbemcat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- wbemcat 9 May 2005 16:44:43 -0000 1.2 +++ wbemcat 10 May 2005 18:00:37 -0000 1.3 @@ -43,7 +43,7 @@ # Process command line options, if any GetOptions("host|h=s" => \$host, "port|p=i" => \$port, - "help|?" => usage) || usage; + "help|?" => sub{usage}) || usage; my $file = @ARGV[0]; # Read all the XML data from the input file |