提交 f72ca64b 编写于 作者: ¯ ¯\_(ツ)_/¯

"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
上级 a7b85335
......@@ -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.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册