diff options
author | Tim Rozet <trozet@redhat.com> | 2016-04-29 17:16:39 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-04-29 17:16:39 -0400 |
commit | cf7fbfb47827f02297d17813228dd1fcdf801d63 (patch) | |
tree | 2f08efe757fb3ea0b993e9ff24658f085c5be928 /ci | |
parent | 40d7cd35fd1106235459ac872db1be5a158b3a5e (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'ci')
-rwxr-xr-x[-rw-r--r--] | ci/util.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/util.sh b/ci/util.sh index 4f795456..6eb6c035 100644..100755 --- 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 <user> : Connect to Undercloud VM as <user>\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 "$@" |