summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl
diff options
context:
space:
mode:
authortb <>2021-09-02 19:46:44 +0000
committertb <>2021-09-02 19:46:44 +0000
commit7dff18584559eb743a942f131f223118d75c1f30 (patch)
treebd2b742ad718a85d9ca8bea1f023dc2d896ddf26 /src/regress/lib/libssl
parent7671b367d64a5498e0714a501e0a0392d2397c83 (diff)
downloadopenbsd-7dff18584559eb743a942f131f223118d75c1f30.tar.gz
openbsd-7dff18584559eb743a942f131f223118d75c1f30.tar.bz2
openbsd-7dff18584559eb743a942f131f223118d75c1f30.zip
Add -f to usage
Diffstat (limited to 'src/regress/lib/libssl')
-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")