summaryrefslogtreecommitdiffstats
path: root/ci/util.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-04-29 17:16:39 -0400
committerTim Rozet <trozet@redhat.com>2016-04-29 17:16:39 -0400
commitcf7fbfb47827f02297d17813228dd1fcdf801d63 (patch)
tree2f08efe757fb3ea0b993e9ff24658f085c5be928 /ci/util.sh
parent40d7cd35fd1106235459ac872db1be5a158b3a5e (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/util.sh')
-rwxr-xr-x[-rw-r--r--]ci/util.sh4
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 "$@"