Add a new key username for table ppcdirect

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4020 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhanx 2009-08-21 06:36:28 +00:00
parent df201cb1e4
commit c3b58f6151
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ use xCAT::Usage;
my %method = (
mkhwconn => \&mkhwconn_parse_args,
lshwconn => \&lshwconn_parse_args,
rmhwconn => \&rmhwconn_parse_args
rmhwconn => \&rmhwconn_parse_args,
inithwpw => \&inithwpw_parse_args
);
##########################################################################
# Parse the command line for options and operands

View File

@ -479,7 +479,7 @@ ppc => {
},
ppcdirect => {
cols => [qw(hcp username password comments disable)],
keys => [qw(hcp)],
keys => [qw(hcp username)],
table_desc => 'Info necessary to use FSPs to control system p CECs.',
descriptions => {
hcp => 'Hostname of the FSP.',