Add the -d|--dynamic flag in mkdef and chdef manpage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3402 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2009-05-19 06:17:46 +00:00
parent 02d77eae47
commit 87a937e8d7
2 changed files with 12 additions and 4 deletions

View File

@ -7,7 +7,7 @@ B<chdef> - Change xCAT data object definitions.
B<chdef> [B<-h>|B<--help>] [B<-t> I<object-types>]
B<chdef> [B<-V>|B<--verbose>] [B<-t> I<object-types>] [B<-o> I<object-names>]
[B<-p>|B<--plus>] [B<-m>|B<--minus>] [B<-z>|B<--stanza>]
[B<-d>|B<--dynamic>] [B<-p>|B<--plus>] [B<-m>|B<--minus>] [B<-z>|B<--stanza>]
[B<-w> I<attr>=I<val>,[I<attr>=I<val...>]] [I<noderange>] [I<attr>=I<val> [I<attr>=I<val...>]]
=head1 DESCRIPTION
@ -22,6 +22,10 @@ This command is used to change 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.
=item B<-d|--dynamic>
Use the dynamic option to change dynamic node groups definition. This option must be used with -w option.
=item B<-h|--help>
Display usage message.

View File

@ -7,8 +7,8 @@ B<mkdef> - Use this command to create xCAT data object definitions.
B<mkdef> [B<-h>|B<--help>] [B<-t> I<object-types>]
B<mkdef> [B<-V>|B<--verbose>] [B<-t> I<object-types>] [B<-o> I<object-names>]
[B<-z>|B<--stanza>] [B<-f>|B<--force>] [B<-w> I<attr>=I<val>,[I<attr>=I<val...>]]
[I<noderange>] [I<attr>=I<val> [I<attr>=I<val...>]]
[B<-z>|B<--stanza>] [B<-d>|B<--dynamic>] [B<-f>|B<--force>]
[B<-w> I<attr>=I<val>,[I<attr>=I<val...>]] [I<noderange>] [I<attr>=I<val> [I<attr>=I<val...>]]
=head1 DESCRIPTION
@ -24,6 +24,10 @@ 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.
=item B<-d|--dynamic>
Use the dynamic option to create dynamic node groups. This option must be used with -w option.
=item B<-f|--force>
Use the force option to re-create object definitions. This option removes the old definition before creating the new one.
@ -132,4 +136,4 @@ This command is part of the xCAT software product.
=head1 SEE ALSO
L<chdef(1)|chdef.1>, L<lsdef(1)|lsdef.1>, L<rmdef(1)|rmdef.1>, L<xcatstanzafile(5)|xcatstanzafile.5>
L<chdef(1)|chdef.1>, L<lsdef(1)|lsdef.1>, L<rmdef(1)|rmdef.1>, L<xcatstanzafile(5)|xcatstanzafile.5>