From b9711d6edd5ed85a0346d0a7b4aa533b6fc8744d Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Fri, 21 Oct 2016 17:37:08 +0200 Subject: [PATCH] Update sources-branch-updater.sh help command to reflect Newton release Change-Id: I311c7d6bb86517c94e160b16acb0af727d28e6e1 --- scripts/sources-branch-updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sources-branch-updater.sh b/scripts/sources-branch-updater.sh index 26bf5d5793..61ccd58e80 100755 --- a/scripts/sources-branch-updater.sh +++ b/scripts/sources-branch-updater.sh @@ -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