mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	add -V for all commands
This commit is contained in:
		| @@ -11,7 +11,7 @@ SYNOPSIS | ||||
| ******** | ||||
|  | ||||
|  | ||||
| \ **rbeacon**\  [\ **-h | -**\ **-help | -v | -**\ **-version**\ ] | ||||
| \ **rbeacon**\  [\ **-h | -**\ **-help | -v | -**\ **-version | -V | -**\ **-verbose**\ ] | ||||
|  | ||||
| BMC (using IPMI): | ||||
| ================= | ||||
|   | ||||
| @@ -13,7 +13,7 @@ SYNOPSIS | ||||
|  | ||||
| \ **rsetboot**\  \ *noderange*\  [\ **hd | net | cd | default | stat**\ ] [\ **-u**\ ] [\ **-p**\ ] | ||||
|  | ||||
| \ **rsetboot**\  [\ **-h | -**\ **-help | -v | -**\ **-version**\ ] | ||||
| \ **rsetboot**\  [\ **-h | -**\ **-help | -v | -**\ **-version | -V | -**\ **-verbose**\ ] | ||||
|  | ||||
|  | ||||
| *********** | ||||
|   | ||||
| @@ -19,7 +19,7 @@ SYNOPSIS | ||||
| ******** | ||||
|  | ||||
|  | ||||
| \ **rspconfig**\  [\ **-h | -**\ **-help | -v | -**\ **-version**\ ] | ||||
| \ **rspconfig**\  [\ **-h | -**\ **-help | -v | -**\ **-version | -V | -**\ **-verbose**\ ] | ||||
|  | ||||
| BMC/MPA specific: | ||||
| ================= | ||||
|   | ||||
| @@ -76,7 +76,7 @@ my %usage = ( | ||||
|     "rbeacon.common" => | ||||
|       "Usage:  | ||||
|     Common: | ||||
|        rbeacon [-h|--help|-v|--version] | ||||
|        rbeacon [-h|--help|-v|--version|-V|--verbose] | ||||
|     ", | ||||
|     "rbeacon.begin" => | ||||
|     "BMC specific: | ||||
|   | ||||
| @@ -5,7 +5,7 @@ B<rbeacon> - Turns beacon on/off/blink or gives status of a node or noderange. | ||||
|  | ||||
| =head1 SYNOPSIS | ||||
|  | ||||
| B<rbeacon> [B<-h>|B<--help>|B<-v>|B<--version>] | ||||
| B<rbeacon> [B<-h>|B<--help>|B<-v>|B<--version>|B<-V>|B<--verbose>] | ||||
|  | ||||
| =head2 BMC (using IPMI): | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,7 @@ B<rsetboot> - Sets the boot device to be used for BMC-based servers for the next | ||||
|  | ||||
| B<rsetboot> I<noderange> [B<hd>|B<net>|B<cd>|B<default>|B<stat>] [B<-u>] [B<-p>] | ||||
|  | ||||
| B<rsetboot> [B<-h>|B<--help>|B<-v>|B<--version>] | ||||
| B<rsetboot> [B<-h>|B<--help>|B<-v>|B<--version>|B<-V>|B<--verbose>] | ||||
|  | ||||
|  | ||||
| =head1 DESCRIPTION | ||||
|   | ||||
| @@ -4,7 +4,7 @@ B<rspconfig> - Configures nodes' service processors | ||||
|  | ||||
| =head1 SYNOPSIS | ||||
|  | ||||
| B<rspconfig> [B<-h>|B<--help>|B<-v>|B<--version>] | ||||
| B<rspconfig> [B<-h>|B<--help>|B<-v>|B<--version>|B<-V>|B<--verbose>] | ||||
|  | ||||
| =head2 BMC/MPA specific: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user