2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Remove : from BMC_change_password script usage

This commit is contained in:
Mark Gurevich 2020-02-05 14:29:06 -05:00
parent ca83c09e76
commit 9e2ecbb65f

View File

@ -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