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:
parent
c26c7ee2c3
commit
6e52a3cecc
@ -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() );
|
||||
}
|
||||
####################################
|
||||
|
Loading…
Reference in New Issue
Block a user