mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Merge pull request #6564 from gurevichmark/BMC_change_pw_usage
Remove : from BMC_change_password script usage
This commit is contained in:
		| @@ -27,9 +27,9 @@ BMCs, by passing it with '[-p|--bmcpasswd]' option to 'bmcdiscover' command. | ||||
|     echo "      $0  -r <ip_ranges> -n <new BMC Password> " | ||||
|     echo "Examples:" | ||||
|     echo "      Target one node:" | ||||
|     echo "          $0  -r 172.11.139.1 -n 0penBmc123:" | ||||
|     echo "          $0  -r 172.11.139.1 -n 0penBmc123" | ||||
|     echo "      Target a range of nodes:" | ||||
|     echo "          $0  -r 172.11.139.1-12 -n 0penBmc123:" | ||||
|     echo "          $0  -r 172.11.139.1-12 -n 0penBmc123" | ||||
|     exit | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user