-Fix '-o' argument that was mistakenly made instead of '-p' for persistent rsetboot

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-06-11 18:57:28 +00:00
parent 36a9947307
commit ddde8963b7

View File

@ -902,7 +902,7 @@ sub setboot_timerdisabled {
my $uefi=0;
use Getopt::Long;
unless(GetOptions(
'o' => \$persistent,
'p' => \$persistent,
'u' => \$uefi,
)) {
sendmsg([1,"Error parsing arguments"],$sessdata->{node});