From 7e341080501d2d9cce939bcb65d634b0a02d0a8d Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 24 Jul 2009 08:43:11 +0000 Subject: [PATCH] modify the memberlist to members in example 6 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3879 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/chdef.1.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/chdef.1.pod b/xCAT-client/pods/man1/chdef.1.pod index c0dcaa6b7..1f10df2a2 100644 --- a/xCAT-client/pods/man1/chdef.1.pod +++ b/xCAT-client/pods/man1/chdef.1.pod @@ -116,9 +116,9 @@ To replace the current "groups" attribute value of "node01". =item 6. -To add "node01" to the "memberslist" attribute of a group definition called "LinuxNodes". +To add "node01" to the "members" attribute of a group definition called "LinuxNodes". - chdef -p -t group -o LinuxNodes memberlist="node01" + chdef -p -t group -o LinuxNodes members="node01" =item 7.