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>
 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
   parse_cmdline "$@"
 }
 
-main "$@"
\ No newline at end of file
+main "$@"