From 87a937e8d71b244170b35a42bc63df702ffa1b9f Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 19 May 2009 06:17:46 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/chdef.1.pod | 6 +++++- xCAT-client/pods/man1/mkdef.1.pod | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/chdef.1.pod b/xCAT-client/pods/man1/chdef.1.pod index 616b30704..97cce3d73 100644 --- a/xCAT-client/pods/man1/chdef.1.pod +++ b/xCAT-client/pods/man1/chdef.1.pod @@ -7,7 +7,7 @@ B - Change xCAT data object definitions. B [B<-h>|B<--help>] [B<-t> I] B [B<-V>|B<--verbose>] [B<-t> I] [B<-o> I] -[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=I,[I=I]] [I] [I=I [I=I]] =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. diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index 7b8bb799a..bacae549d 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -7,8 +7,8 @@ B - Use this command to create xCAT data object definitions. B [B<-h>|B<--help>] [B<-t> I] B [B<-V>|B<--verbose>] [B<-t> I] [B<-o> I] -[B<-z>|B<--stanza>] [B<-f>|B<--force>] [B<-w> I=I,[I=I]] -[I] [I=I [I=I]] +[B<-z>|B<--stanza>] [B<-d>|B<--dynamic>] [B<-f>|B<--force>] +[B<-w> I=I,[I=I]] [I] [I=I [I=I]] =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, L, L, L \ No newline at end of file +L, L, L, L