diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index a12186903..43c3a230f 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -77,6 +77,15 @@ sub parse_args { return(usage( "Invalid Argument: $ARGV[0]" )); } #################################### + # Check -o argument + #################################### + if ( exists($opt{o}) ) { + unless (exists($opt{D})){ + return(usage( "The -o flag must be used with -D flag" )); + } + + } + #################################### # Check argument for ping test #################################### if ( exists($opt{D}) ) {