Fix variable name error with mknimimage -m option.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-07-08 14:34:01 +00:00
parent ce8ee250d1
commit 562a8143db

View File

@ -602,7 +602,7 @@ sub mknimimage
'l=s' => \$::opt_l,
'i=s' => \$::opt_i,
't=s' => \$::NIMTYPE,
'm=s' => \$::NIMMETHOD,
'm=s' => \$::METHOD,
'n=s' => \$::MKSYSBNODE,
'verbose|V' => \$::VERBOSE,
'v|version' => \$::VERSION,))