From d26cada112fc6021522ccb62038ef230c9e212fa Mon Sep 17 00:00:00 2001 From: sakolish Date: Fri, 20 Jun 2008 13:38:46 +0000 Subject: [PATCH] Added -p flag to usage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/chvm.1.pod | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/chvm.1.pod b/xCAT-client/pods/man1/chvm.1.pod index a499de042..a1466c3e7 100644 --- a/xCAT-client/pods/man1/chvm.1.pod +++ b/xCAT-client/pods/man1/chvm.1.pod @@ -9,18 +9,20 @@ I I -I +I =head1 DESCRIPTION -The chvm command modifies the partition profile for the partitions specified in noderange. A partitions current profile can be read using lsvm, modified, and piped into the chvm command. +The chvm command modifies the partition profile for the partitions specified in noderange. A partitions current profile can be read using lsvm, modified, and piped into the chvm command, or changed with the -p flag. =head1 OPTIONS B<-h> Display usage message. +B<-p profile> Name of an existing partition profile. + B<-v> Command Version. B<-V> Verbose output. @@ -42,6 +44,14 @@ Output is similar to: lpar4: Success +2. To change the partition profile for lpar4 to the existing profile 'prof1', enter: + +I + +Output is similar to: + +lpar4: Success + =head1 FILES