]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/security: windows-sddl-test: fix typo in --help
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 7 Sep 2023 02:38:49 +0000 (14:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Sep 2023 23:45:35 +0000 (23:45 +0000)
found by Rob van der Linde.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/tests/windows/windows-sddl-tests.py

index 98864f9d63d9f164f4658fe2b5719cd19d456f65..59149cbb5b90ee8621989e494674a3c2b39bd82c 100644 (file)
@@ -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()