From: Joseph Sutton Date: Thu, 24 Aug 2023 23:57:09 +0000 (+1200) Subject: python:tests: Fix usage line X-Git-Tag: tevent-0.16.0~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e0d4fbd17741e7feff5aec71ee6fbbc83df4c2;p=thirdparty%2Fsamba.git python:tests: Fix usage line Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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)