Misc updates to the updatenode doc

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6096 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-05-13 18:51:06 +00:00
parent 3a7f5ae182
commit 3b321e0275
3 changed files with 3 additions and 1 deletions

View File

@ -10,11 +10,13 @@ I<chtab [-v| --version]>
I<chtab [keycolname=keyvalue] [tablename.colname=newvalue] >
I<chtab [keycolname=keyvalue] [tablename.colname+=newvalue] >
I<chtab -d [keycolname=keyvalue] [tablename.colname=newvalue] >
=head1 DESCRIPTION
The chtab command adds or deletes or updates the attribute value in the input table.column for the input keyvalue. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the coma separated list of the attribute, if it is not already there.
The chtab command adds, deletes or updates the attribute value in the specified table.column for the specified keyvalue. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the coma separated list of the attribute, if it is not already there.
=head1 OPTIONS