2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #6564 from gurevichmark/BMC_change_pw_usage

Remove : from BMC_change_password script usage
This commit is contained in:
besawn 2020-02-05 15:09:31 -05:00 committed by GitHub
commit 604c762843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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