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