Fix the defect 3037117: nodeset -v and -h returns nothing; Add nodeset index to handled_commands

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-08-12 09:07:05 +00:00
parent c2d8fe3420
commit 695cfb693b

View File

@ -31,7 +31,8 @@ sub handled_commands {
mkhwconn => 'AAAusage',
rmhwconn => 'AAAusage',
lshwconn => 'AAAusage',
renergy => 'AAAusage'
renergy => 'AAAusage',
nodeset => 'AAAusage'
};
}