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
This commit is contained in:
daniceexi 2009-07-24 08:43:11 +00:00
parent 0376aadb71
commit 7e34108050

View File

@ -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.