From 6b54c5b6d14094d0d98132dea7a67e4854005d71 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 1 Apr 2011 02:16:57 +0000 Subject: [PATCH] modify the improper format in the rflash manpage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rflash.1.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/rflash.1.pod b/xCAT-client/pods/man1/rflash.1.pod index c4cdaf822..03d27f9d3 100644 --- a/xCAT-client/pods/man1/rflash.1.pod +++ b/xCAT-client/pods/man1/rflash.1.pod @@ -60,7 +60,7 @@ Writes the command’s usage statement to standard output. Specifies the directory where the packages are located. -=item B<--activate concurrent | disruptive> +=item B<--activate> B | B Must be specified to activate the new Licensed Internal Code. The “disruptive” option will cause the target systems to be recycled. Without this flag, LIC updates will be installed only, not activated. @@ -96,19 +96,19 @@ Verbose output. To update only the power subsystem attached to a single HMC-attached pSeries CEC(cec_name), and recycle the power subsystem and all attached managed systems when the update is complete, and the Microcode update package and associated XML file are in /tmp/fw, enter: -B I I<-p /tmp/fw> I<--activate disruptive> + rflash cec_name -p /tmp/fw --activate disruptive =item 2 To update only the power subsystem attached to a single HMC-attached pSeries node, and recycle the power subsystem and all attached managed systems when the update is complete, and the Microcode update package and associated XML file are in /tmp/fw, enter: -B I I<-p /tmp/fw> I<--activate disruptive> + rflash bpa_name -p /tmp/fw --activate disruptive =item 3 To commit a firmware update to permanent flash for both managed system and the related power subsystems, enter: -B I I<--commit> + rflash cec_name --commit =back