diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index acc89c81..0847c115 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -553,9 +553,9 @@ interactive_header() { if [[ ${#MODULES[@]} -eq 0 && ${#EXCLUDE_MODULES[@]} -eq 0 ]]; then cat <<-EOF ${underline}Enter modules(s) to run${nounderline} - * for all - * A comma-separated list of module numbers (2,5,12) - * 0 for none + * for all + * A comma-separated list of module numbers (2,5,12) + * 0 for none EOF ((YES)) || read -r -p "(all): " response echo "" @@ -576,11 +576,11 @@ interactive_header() { while :; do cat <<-EOF ${underline}Enter submodules(s) to run followed by its arguments in a comma-separated string${nounderline} - * for none - * A comma-separated list of submodules and their arguments - * Both arguments are required - * Quote the argument string if it contains whitespace - * Example: ${ALL_SUBMODULES[0]},\"arg1,arg2,arg3...\",${ALL_SUBMODULES[1]},\"arg1,arg2,arg3...\" + * for none + * A comma-separated list of submodules and their arguments + * Both arguments are required + * Quote the argument string if it contains whitespace + * Example: ${ALL_SUBMODULES[0]},\"arg1,arg2,arg3...\",${ALL_SUBMODULES[1]},\"arg1,arg2,arg3...\" EOF ((YES)) || read -r -p "(none): " response echo ""