fragattack: minor output improvement

This commit is contained in:
Mathy Vanhoef 2020-08-07 07:44:50 +04:00
parent f8d04e7485
commit 6379055c5b

View File

@ -236,7 +236,7 @@ if __name__ == "__main__":
# Construct the test
options.test = prepare_tests(options)
if options.test == None:
log(STATUS, f"Test name/id '{options.testname}' not recognized. Specify a valid test case.")
log(STATUS, f"Test name '{options.testname}' not recognized. Specify a valid test case.")
quit(1)
# Parse remaining options