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
This commit is contained in:
ligc 2010-10-21 09:17:35 +00:00
parent c26c7ee2c3
commit 6e52a3cecc

View File

@ -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() );
}
####################################