mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 06:56:19 +00:00
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