mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Usage and man page update
This commit is contained in:
		| @@ -57,7 +57,7 @@ OpenPOWER OpenBMC specific : | ||||
| ============================ | ||||
|  | ||||
|  | ||||
| \ **rflash**\  \ *noderange*\  [\ *tar_file_path*\  | \ *image_id*\ ] [\ **-c | -**\ **-check**\ ] [\ **-a | -**\ **-activate**\ ] [\ **-l | -**\ **-list**\ ] [\ **-u | -**\ **-upload**\ ] | ||||
| \ **rflash**\  \ *noderange*\  [\ *tar_file_path*\  | \ *image_id*\ ] [\ **-c | -**\ **-check**\ ] [\ **-a | -**\ **-activate**\ ] [\ **-l | -**\ **-list**\ ] [\ **-u | -**\ **-upload**\ ] [\ **-d | -**\ **-delete**\ ] | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -220,6 +220,12 @@ The command will update firmware for OpenPOWER OpenBMC when given an OpenPOWER n | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-d|-**\ **-delete**\  | ||||
|   | ||||
|  Delete update image from BMC | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-v|-**\ **-version**\  | ||||
|   | ||||
|  Displays the command's version. | ||||
|   | ||||
| @@ -345,7 +345,7 @@ my %usage = ( | ||||
|     PPC64LE (using IPMI Management) specific: | ||||
|         rflash <noderange> [-c|--check] [--retry=<count>] [-V] [<hpm_file>|-d=<data_directory>] | ||||
|     PPC64LE (using OpenBMC Management) specific: | ||||
|         rflash <noderange> [-c|--check] [-l|--list] [-a|--activate] [-u|--upload] [<tar_file>|<image_id>]", | ||||
|         rflash <noderange> [-c|--check] [-l|--list] [-a|--activate] [-u|--upload] [-d|--delete] [<tar_file>|<image_id>]", | ||||
|     "mkhwconn" => | ||||
|       "Usage: | ||||
|     mkhwconn [-h|--help] | ||||
|   | ||||
| @@ -28,7 +28,7 @@ B<rflash> I<noderange> [I<hpm_file_path> | B<-d=>I<data_directory>] [B<-c>|B<--c | ||||
|  | ||||
| =head2 OpenPOWER OpenBMC specific : | ||||
|  | ||||
| B<rflash> I<noderange> [I<tar_file_path> | I<image_id>] [B<-c>|B<--check>] [B<-a>|B<--activate>] [B<-l>|B<--list>] [B<-u>|B<--upload>] | ||||
| B<rflash> I<noderange> [I<tar_file_path> | I<image_id>] [B<-c>|B<--check>] [B<-a>|B<--activate>] [B<-l>|B<--list>] [B<-u>|B<--upload>] [B<-d>|B<--delete>] | ||||
|  | ||||
| =head1 B<Description> | ||||
|  | ||||
| @@ -145,6 +145,10 @@ List currently uploaded update images. "(*)" indicates currently active image. | ||||
|  | ||||
| Upload update image. Specified file must be in .tar format. | ||||
|  | ||||
| =item B<-d|--delete> | ||||
|  | ||||
| Delete update image from BMC | ||||
|  | ||||
| =item B<-v|--version> | ||||
|  | ||||
| Displays the command's version. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user