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:
commit
604c762843
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user