"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
This commit is contained in:
¯\_(ツ)_/¯
2015-07-27 14:24:55 +02:00
parent a7b85335be
commit f72ca64b52

View File

@ -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.")