diff --git a/examples/parallel/parallel.cpp b/examples/parallel/parallel.cpp index e891be7da..107a26ff6 100644 --- a/examples/parallel/parallel.cpp +++ b/examples/parallel/parallel.cpp @@ -127,7 +127,7 @@ int main(int argc, char ** argv) { // load the prompts from an external file if there are any if (params.prompt.empty()) { - printf("\n\033[32mNo new questions so proceed with build-in defaults.\033[0m"); + printf("\n\033[32mNo new questions so proceed with build-in defaults.\033[0m\n"); } else { // Output each line of the input params.prompts vector and copy to k_prompts int index = 0; diff --git a/prompts/parallel_questions.txt b/prompts/parallel-questions.txt similarity index 100% rename from prompts/parallel_questions.txt rename to prompts/parallel-questions.txt