From 004904267ee827f7f0b1656acfb8e2cbf843827d Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Wed, 30 Dec 2009 04:18:53 +0000 Subject: [PATCH] Remove one debug msg in previos checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCconn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index bffb68c21..a6fa43850 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -54,7 +54,7 @@ sub mkhwconn_parse_args $Getopt::Long::ignorecase = 0; Getopt::Long::Configure( "bundling" ); - if ( !GetOptions( \%opt, qw(V|verbose h|help t p=s P=s N=s) )) { + if ( !GetOptions( \%opt, qw(V|verbose h|help t p=s P=s) )) { return( usage() ); } return usage() if ( exists $opt{h});