From 7d307759a85f6c7cb9d799eb92ca58e5cbed2dad Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 30 Nov 2023 20:41:44 -0500 Subject: [PATCH] test_harness.py: fix typo in keyword Signed-off-by: mulhern --- test_harness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_harness.py b/test_harness.py index 4bc181f..7507d55 100644 --- a/test_harness.py +++ b/test_harness.py @@ -166,7 +166,7 @@ def _gen_parser(): ) stratisd_cert_parser.add_argument( - "--verify-sysfs", help="Verify /sys/class/block files", actions="store_true" + "--verify-sysfs", help="Verify /sys/class/block files", action="store_true" ) stratis_cli_cert_parser = subparsers.add_parser(