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

Change-Id: I311c7d6bb86517c94e160b16acb0af727d28e6e1
This commit is contained in:
Bertrand Lallau 2016-10-21 17:37:08 +02:00
parent eb4b0aeaaa
commit b9711d6edd

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