svn commit -m "fix for bug 208749: the groups is a required attribute with mkdef to create node definitions"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2009-12-01 05:27:57 +00:00
parent 0d390087cf
commit 7a6360d19a

View File

@ -24,6 +24,8 @@ This command is used to create xCAT object definitions which are stored in the x
Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. Use the help option to get a list of valid attributes for each object type.
Note: when creating node object definitions, the 'groups' attribute is required.
=item B<-d|--dynamic>
Use the dynamic option to create dynamic node groups. This option must be used with -w option.