From: Douglas Bagnall Date: Thu, 7 Sep 2023 02:38:49 +0000 (+1200) Subject: libcli/security: windows-sddl-test: fix typo in --help X-Git-Tag: tevent-0.16.0~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee386021706fe7410864c2afd8c7f690393fc90f;p=thirdparty%2Fsamba.git libcli/security: windows-sddl-test: fix typo in --help found by Rob van der Linde. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- 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()