From: Gareth S B. <bes...@us...> - 2005-06-06 18:59:18
|
Update of /cvsroot/sblim/sfcb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14000 Modified Files: wbemcat Log Message: fix for http://sourceforge.net/tracker/index.php?func=detail&aid=1193589&group_id=128809&atid=712784 Index: wbemcat =================================================================== RCS file: /cvsroot/sblim/sfcb/wbemcat,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- wbemcat 2 Jun 2005 17:23:53 -0000 1.4 +++ wbemcat 6 Jun 2005 18:59:06 -0000 1.5 @@ -35,7 +35,7 @@ print " -h, --host=HOSTNAME\tName of host running the CIMOM. Default=$host\n"; print " -p, --port=PORT\tPort that the CIMOM is listening on. Default=$port\n"; print " -?, --help\t\tDisplay this help and exit\n"; - die "\n"; + exit; } # Process command line options, if any |