mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Add the -u and -p option back into the man page, this is supported when doing range
scanning for bmcdiscover command
This commit is contained in:
		| @@ -23,7 +23,7 @@ SYNOPSIS | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-v | -**\ **-version**\ ] | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] \ **-**\ **-range**\  \ *ip_ranges*\  [\ **-z**\ ] [\ **-w**\ ] [\ **-t**\ ] | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] \ **-**\ **-range**\  \ *ip_ranges*\  [{\ **-u | -**\ **-bmcuser**\ } \ *bmc_username*\  {\ **-p | -**\ **-bmcpasswd**\ }] [\ **-z**\ ] [\ **-w**\ ] [\ **-t**\ ] | ||||
|  | ||||
| \ **bmcdiscover**\  {\ **-i | -**\ **-bmcip**\ } \ *bmc_ip*\  {\ **-u | -**\ **-bmcuser**\ } \ *bmc_username*\  {\ **-p | -**\ **-bmcpasswd**\ } \ *bmc_password*\  \ **-**\ **-check**\  | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ B<bmcdiscover> [B<-?>|B<-h>|B<--help>] | ||||
|  | ||||
| B<bmcdiscover> [B<-v>|B<--version>] | ||||
|  | ||||
| B<bmcdiscover> [B<-s> I<scan_method>] B<--range> I<ip_ranges> [B<-z>] [B<-w>] [B<-t>] | ||||
| B<bmcdiscover> [B<-s> I<scan_method>] B<--range> I<ip_ranges> [{B<-u>|B<--bmcuser>} I<bmc_username> {B<-p>|B<--bmcpasswd>}] [B<-z>] [B<-w>] [B<-t>] | ||||
|  | ||||
| B<bmcdiscover> {B<-i>|B<--bmcip>} I<bmc_ip> {B<-u>|B<--bmcuser>} I<bmc_username> {B<-p>|B<--bmcpasswd>} I<bmc_password> B<--check> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user