From: tb Date: Thu, 2 Sep 2021 19:46:44 +0000 (+0000) Subject: Add -f to usage X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ffcef06798eb7b98532e76a80212f0772bebc4f6;p=openbsd Add -f to usage --- 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")