From ffcef06798eb7b98532e76a80212f0772bebc4f6 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 2 Sep 2021 19:46:44 +0000 Subject: [PATCH] Add -f to usage --- regress/lib/libssl/tlsfuzzer/tlsfuzzer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py index 846252f1c27..7276e9444c8 100644 --- a/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py +++ b/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py @@ -1,4 +1,4 @@ -# $OpenBSD: tlsfuzzer.py,v 1.40 2021/08/11 19:45:08 tb Exp $ +# $OpenBSD: tlsfuzzer.py,v 1.41 2021/09/02 19:46:44 tb Exp $ # # Copyright (c) 2020 Theo Buehler # @@ -772,7 +772,7 @@ def list_or_missing(missing=True): exit(0) def usage(): - print("Usage: python3 tlsfuzzer.py [-lmnstv] [-p port] [script [test...]]") + print("Usage: python3 tlsfuzzer.py [-flmnstv] [-p port] [script [test...]]") print(" --help help") print(" -f run failing tests") print(" -l list tests") -- 2.20.1