Fix typo in examples
This commit is contained in:
parent
f5130db6b0
commit
3d2e5ebe39
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ function insert_etcd3_data() {
|
|||
|
||||
function show_usage() {
|
||||
echo "USAGE : etcd-config.sh ETCD_API_VERSION [ETCD_IP_ADDRESS]"
|
||||
echo " ETCD_API_VERSION : Values v2 or V3 (v3 requires ETCD_IP_ADDRESS)"
|
||||
echo " ETCD_API_VERSION : Values V2 or V3 (V3 requires ETCD_IP_ADDRESS)"
|
||||
echo " ETCD_IP_ADDRESS : Host ETCD IP address (not 127.0.0.1)"
|
||||
}
|
||||
|
||||
|
@ -93,4 +93,4 @@ function main() {
|
|||
esac
|
||||
}
|
||||
|
||||
main $@
|
||||
main $@
|
||||
|
|
Loading…
Reference in a new issue