From ee386021706fe7410864c2afd8c7f690393fc90f Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 7 Sep 2023 14:38:49 +1200 Subject: [PATCH] libcli/security: windows-sddl-test: fix typo in --help found by Rob van der Linde. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- libcli/security/tests/windows/windows-sddl-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/security/tests/windows/windows-sddl-tests.py b/libcli/security/tests/windows/windows-sddl-tests.py index 98864f9d63d..59149cbb5b9 100644 --- a/libcli/security/tests/windows/windows-sddl-tests.py +++ b/libcli/security/tests/windows/windows-sddl-tests.py @@ -110,7 +110,7 @@ def main(): parser.add_argument('--export-bytes', const='sddl_bytes.json', nargs='?', help='write JSON file containing SD bytes') parser.add_argument('--quiet', action='store_true', - help='avoid printing to sdtout') + help='avoid printing to stdout') parser.add_argument('files', nargs='+', help='read these files') args = parser.parse_args() -- 2.11.4.GIT