Renamed lstree in zvm.pm to lshwtree.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11116 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-12-02 14:30:11 +00:00
parent 2168497930
commit 912f061d3e

View File

@ -44,7 +44,7 @@ sub handled_commands {
nodeset => 'noderes:netboot',
getmacs => 'nodehm:getmac,mgt',
rnetboot => 'nodehm:mgt',
lstree => 'nodehm:mgt',
lshwtree => 'nodehm:mgt',
};
}
@ -480,7 +480,7 @@ sub process_request {
} # End of case
#*** Show nodes hierarchy tree ***
elsif ( $command eq "lstree" ) {
elsif ( $command eq "lshwtree" ) {
listTree( $callback, \@nodes, $args );
} # End of case