Fix a typo

TrivialFix

Change-Id: I8c324aedd9f8d8887942bd9b4e33ffca9989458d
This commit is contained in:
gecong1973 2017-03-09 09:55:51 +08:00
parent 7fb3dccf12
commit 7df06c0d18
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function configure_api()
return $retval
}
#Staring up:
#Starting up:
if [ ! $# -ge 6 ]; then
echo "Usage: $(basename $0) rabbitmq_host rabbitmq_port rabbitmq_usessl rabbitmq_userid rabbitmq_vhost auth_host"
exit 1