summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
index 846252f1c2..7276e9444c 100644
--- a/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
+++ b/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py
@@ -1,4 +1,4 @@
1# $OpenBSD: tlsfuzzer.py,v 1.40 2021/08/11 19:45:08 tb Exp $ 1# $OpenBSD: tlsfuzzer.py,v 1.41 2021/09/02 19:46:44 tb Exp $
2# 2#
3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -772,7 +772,7 @@ def list_or_missing(missing=True):
772 exit(0) 772 exit(0)
773 773
774def usage(): 774def usage():
775 print("Usage: python3 tlsfuzzer.py [-lmnstv] [-p port] [script [test...]]") 775 print("Usage: python3 tlsfuzzer.py [-flmnstv] [-p port] [script [test...]]")
776 print(" --help help") 776 print(" --help help")
777 print(" -f run failing tests") 777 print(" -f run failing tests")
778 print(" -l list tests") 778 print(" -l list tests")