From c4e0d4fbd17741e7feff5aec71ee6fbbc83df4c2 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 25 Aug 2023 11:57:09 +1200 Subject: [PATCH] python:tests: Fix usage line Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/ldap_upn_sam_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/ldap_upn_sam_account.py b/python/samba/tests/ldap_upn_sam_account.py index 4838f44260d..ab4c389ef14 100644 --- a/python/samba/tests/ldap_upn_sam_account.py +++ b/python/samba/tests/ldap_upn_sam_account.py @@ -485,7 +485,7 @@ def main(): global LP, CREDS, SERVER, REALM parser = optparse.OptionParser( - "python3 ldap_upn_sam_account_name.py [options]") + "python3 ldap_upn_sam_account.py [options]") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) -- 2.47.3