mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Merge pull request #5128 from xuweibj/I3887
modify bmcdiscover manpage for IP range
This commit is contained in:
		| @@ -48,7 +48,7 @@ OPTIONS | ||||
|  | ||||
| \ **-**\ **-range**\  | ||||
|   | ||||
|  Specify one or more IP ranges acceptable to nmap.  IP range can be hostnames, IP addresses, networks, etc.  A single IP address (10.1.2.3) or an IP range (10.1.2.0/24) can be specified.  If the range is very large, the \ **bmcdiscover**\  command may take a long time to return. | ||||
|  Specify one or more IP ranges acceptable to nmap.  IP range can be hostnames, IP addresses, networks, etc.  A single IP address (10.1.2.3), several IPs with commas (10.1.2.3,10.1.2.10), Ip range with "-" (10.1.2.0-100) or an IP range (10.1.2.0/24) can be specified.  If the range is very large, the \ **bmcdiscover**\  command may take a long time to return. | ||||
|   | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -27,7 +27,7 @@ Note: The scan method currently support is B<nmap>. | ||||
|  | ||||
| =item B<--range>        | ||||
|  | ||||
| Specify one or more IP ranges acceptable to nmap.  IP range can be hostnames, IP addresses, networks, etc.  A single IP address (10.1.2.3) or an IP range (10.1.2.0/24) can be specified.  If the range is very large, the B<bmcdiscover> command may take a long time to return.  | ||||
| Specify one or more IP ranges acceptable to nmap.  IP range can be hostnames, IP addresses, networks, etc.  A single IP address (10.1.2.3), several IPs with commas (10.1.2.3,10.1.2.10), Ip range with "-" (10.1.2.0-100) or an IP range (10.1.2.0/24) can be specified.  If the range is very large, the B<bmcdiscover> command may take a long time to return.  | ||||
|  | ||||
| =item B<--sn> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user