This commit is contained in:
Alex Groce 2018-09-01 21:11:06 -07:00
parent ab03350142
commit 473ad72d07

View File

@ -30,7 +30,7 @@ def main():
"output_test", type=str, help="Path for reduced test.")
parser.add_argument(
"--which_test", type=str, help="Which test run run.", default=None)
"--which_test", type=str, help="Which test to run (equivalent to --input_which_test).", default=None)
parser.add_argument(
"--criteria", type=str, help="String to search for in valid reduction outputs.",