Added "lsslp" usage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1673 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-06-17 13:48:08 +00:00
parent 2afe1514f0
commit e840f81c8f

View File

@ -105,7 +105,10 @@ my %usage = (
chvm [-h|--help|-v|--version]",
"rmvm" =>
"Usage: rmvm <noderange> [-V|--verbose]
rmvm [-h|--help|-v|--version]"
rmvm [-h|--help|-v|--version]",
"lsslp" =>
"Usage: lsslp [-h|--help|-v|--version]
lsslp [-V|--verbose][-b ip[,ip..]][-w][-r|-x|-z][-s BPA|MM|IVM|RSA|FSP|HMC]"
);
my %version = (
@ -123,7 +126,8 @@ my %version = (
"mkvm" => "Version 2.0",
"lsvm" => "Version 2.0",
"chvm" => "Version 2.0",
"rmvm" => "Version 2.0"
"rmvm" => "Version 2.0",
"lsslp" => "Version 2.0"
);
#--------------------------------------------------------------------------------