-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:
parent
0b25d40ef7
commit
2663427ab0
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user