-Change wording to reflect the ,= behavior specifically

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4275 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-09-30 22:15:43 +00:00
parent 0b25d40ef7
commit 2663427ab0

View File

@ -18,7 +18,7 @@ B<nodech> [B<-?> | B<-h> | B<--help>]
The nodech command changes the specified attributes for the given nodes. Normally, the given
value will completely replace the current attribute value. But if ",=" is used instead of "=",
the specified value will be added to the attribute's comma separated list, if it is not already
the specified value will be prepended to the attribute's comma separated list, if it is not already
there. If "^=" is used, the specified value will be removed from the attribute's comma separated list,
if it is there. You can also use "^=" and ",=" in the same command to essentially replace one item
in the list with another. (See the Examples section.)