diff options
-rwxr-xr-x[-rw-r--r--] | ci/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/util.sh b/ci/util.sh index 3e50d96b..be4fab59 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 |