PPCboot.pm parse_args: add the -m -t and -r flags

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3703 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2009-07-06 01:10:01 +00:00
parent 52f56094c3
commit a4b47c6800

View File

@ -43,7 +43,7 @@ sub parse_args {
$Getopt::Long::ignorecase = 0;
Getopt::Long::Configure( "bundling" );
if ( !GetOptions( \%opt, qw(h|help V|Verbose v|version f s=s) )) {
if ( !GetOptions( \%opt, qw(h|help V|Verbose v|version f s=s m:s@ r=s t=s) )) {
return( usage() );
}