From 6e52a3cecc1d44092672288b30eb09b3ddf876ca Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 21 Oct 2010 09:17:35 +0000 Subject: [PATCH] fix for bug 3091858: add the --nodeps support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCpower.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCpower.pm b/perl-xCAT/xCAT/PPCpower.pm index 2c180f1d4..aa7818d12 100644 --- a/perl-xCAT/xCAT/PPCpower.pm +++ b/perl-xCAT/xCAT/PPCpower.pm @@ -40,7 +40,7 @@ sub parse_args { $Getopt::Long::ignorecase = 0; Getopt::Long::Configure( "bundling" ); - if ( !GetOptions( \%opt, qw(V|Verbose m:s@ t=s r=s) )) { + if ( !GetOptions( \%opt, qw(V|Verbose m:s@ t=s r=s nodeps) )) { return( usage() ); } ####################################