From a4b47c68003bc359db6ab871f29d3fcaa5fe6f09 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 6 Jul 2009 01:10:01 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCboot.pm b/perl-xCAT/xCAT/PPCboot.pm index 40526f9ed..7a47861af 100644 --- a/perl-xCAT/xCAT/PPCboot.pm +++ b/perl-xCAT/xCAT/PPCboot.pm @@ -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() ); }