From cf7fbfb47827f02297d17813228dd1fcdf801d63 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 29 Apr 2016 17:16:39 -0400 Subject: Rebasing opnfv-tht Colorado with ODL patches Purpose of this commit is to test opnfv-tht changes are not breaking nosdn deployment. opnfv-tht-pr: 10 Change-Id: I85da61a9591999d1249d55700241d71256019a81 Signed-off-by: Tim Rozet --- ci/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 ci/util.sh diff --git a/ci/util.sh b/ci/util.sh old mode 100644 new mode 100755 index 4f795456..6eb6c035 --- a/ci/util.sh +++ b/ci/util.sh @@ -21,7 +21,7 @@ resolve_cmd() { display_usage() { echo -e "Usage:\n$0 [arguments] \n" echo -e " undercloud : Connect to Undercloud VM as \n" - echo -e " debug_stack : Print parsed deployment failures to stdout \n" + echo -e " debug-stack : Print parsed deployment failures to stdout \n" } ##translates the command line argument @@ -72,4 +72,4 @@ main() { parse_cmdline "$@" } -main "$@" \ No newline at end of file +main "$@" -- cgit 1.2.3-korg