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:
parent
ce8ee250d1
commit
562a8143db
@ -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,))
|
||||
|
Loading…
Reference in New Issue
Block a user