Merge "Update sources-branch-updater.sh help command to reflect Newton release"

This commit is contained in:
Jenkins 2016-10-21 17:49:39 +00:00 committed by Gerrit Code Review
commit 24d1769f5a

View File

@ -29,8 +29,8 @@ IFS=$'\n'
if echo "$@" | grep -e '-h' -e '--help';then
echo "
Options:
-b|--openstack-branch (name of OpenStack branch, eg: stable/mitaka)
-o|--osa-branch (name of the OSA branch, eg: stable/mitaka)
-b|--openstack-branch (name of OpenStack branch, eg: stable/newton)
-o|--osa-branch (name of the OSA branch, eg: stable/newton)
-s|--service-file (path to service file to parse)
"
exit 0