diff --git a/xCAT-client/pods/man1/nodech.1.pod b/xCAT-client/pods/man1/nodech.1.pod index b0c2d2d05..83a729b49 100644 --- a/xCAT-client/pods/man1/nodech.1.pod +++ b/xCAT-client/pods/man1/nodech.1.pod @@ -18,7 +18,7 @@ B [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.)