mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Add --retry flag to rflash man page
This commit is contained in:
		| @@ -50,7 +50,7 @@ OpenPOWER BMC specific: | ||||
| ======================= | ||||
|  | ||||
|  | ||||
| \ **rflash**\  \ *noderange*\  \ *hpm_file_path*\  [\ **-c | -**\ **-check**\ ] [\ **-V**\ ] | ||||
| \ **rflash**\  \ *noderange*\  \ *hpm_file_path*\  [\ **-c | -**\ **-check**\ ] [\ **-**\ **-retry=**\ \ *count*\ ] [\ **-V**\ ] | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -174,6 +174,12 @@ The command will update firmware for OpenPOWER BMC when given an OpenPOWER node | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-**\ **-retry=**\ \ *count*\  | ||||
|   | ||||
|  Specify number of times to retry the update if failure is detected. Default value is 2. Value of 0 can be used to indicate no retries. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-v|-**\ **-version**\  | ||||
|   | ||||
|  Displays the command's version. | ||||
|   | ||||
| @@ -24,7 +24,7 @@ B<rflash> I<noderange> I<http_directory> | ||||
|  | ||||
| =head2 OpenPOWER BMC specific: | ||||
|  | ||||
| B<rflash> I<noderange> I<hpm_file_path> [B<-c>|B<--check>] [B<-V>] | ||||
| B<rflash> I<noderange> I<hpm_file_path> [B<-c>|B<--check>] [B<--retry=>I<count>] [B<-V>] | ||||
|  | ||||
| =head1 B<Description> | ||||
|  | ||||
| @@ -114,6 +114,10 @@ Used to commit the flash image in the temporary side of the chip to the permanen | ||||
|  | ||||
| Used to recover the flash image in the permanent side of the chip to the temporary side for both managed systems and power subsystems. | ||||
|  | ||||
| =item B<--retry=>I<count> | ||||
|  | ||||
| Specify number of times to retry the update if failure is detected. Default value is 2. Value of 0 can be used to indicate no retries. | ||||
|  | ||||
| =item B<-v|--version> | ||||
|  | ||||
| Displays the command's version. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user