diff options
-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 "$@" |