From 2663427ab00116f642222b717a64189d5a5cc3ff Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 30 Sep 2009 22:15:43 +0000 Subject: [PATCH] -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 --- xCAT-client/pods/man1/nodech.1.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)