From f72ca64b5212c9329e393c5d06e1daa6a8848306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=AF=5C=5F=28=E3=83=84=29=5F/=C2=AF?= Date: Mon, 27 Jul 2015 14:24:55 +0200 Subject: [PATCH] "usage" output to show .py ext instead of .rb since this is a python port of "unity_test_summary.rb" the console usage output should say "unity_test_summary.py" instead --- auto/unity_test_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/unity_test_summary.py b/auto/unity_test_summary.py index 7426ec8..f226e2b 100644 --- a/auto/unity_test_summary.py +++ b/auto/unity_test_summary.py @@ -75,7 +75,7 @@ class UnityTestSummary: print("\nERROR: ") if err_msg: print(err_msg) - print("\nUsage: unity_test_summary.rb result_file_directory/ root_path/") + print("\nUsage: unity_test_summary.py result_file_directory/ root_path/") print(" result_file_directory - The location of your results files.") print(" Defaults to current directory if not specified.") print(" Should end in / if specified.")