fix tabch -h

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12943 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-05-25 10:39:49 +00:00
parent 5a561cf82f
commit 9cc7c080d3

View File

@ -2071,8 +2071,8 @@ sub tabch {
push @{$rsp{data}}, " that identifies the rows in a table to be changed.";
push @{$rsp{data}}, " tablename.colname=newvalue ";
push @{$rsp{data}}, " the new value for the specified row and column of the table.";
push @{$rsp{data}}, " tabprune [-h|--help]";
push @{$rsp{data}}, " tabprune [-v|--version]";
push @{$rsp{data}}, " tabch [-h|--help]";
push @{$rsp{data}}, " tabch [-v|--version]";
if ($exitcode) { $rsp{errorcode} = $exitcode; }
$callback->(\%rsp);
};