summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/urgent_replication.py
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-10 13:35:30 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-11 09:12:24 +0100
commitcc7f390bf940a2f009e16c3811e38424d62ca2dd (patch)
treef6856ec1bd6b6065f3ff5d52abe8e94737781d1d /source4/dsdb/tests/python/urgent_replication.py
parentee50bdd42f01bfcebb2e75a923a01fa1d18e5694 (diff)
downloadsamba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.tar.gz
s4:python tests - fix script names in the help text
Diffstat (limited to 'source4/dsdb/tests/python/urgent_replication.py')
-rwxr-xr-xsource4/dsdb/tests/python/urgent_replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py
index be0b0b0062d..2ab8c5422ed 100755
--- a/source4/dsdb/tests/python/urgent_replication.py
+++ b/source4/dsdb/tests/python/urgent_replication.py
@@ -22,7 +22,7 @@ import samba.dsdb as dsdb
from subunit.run import SubunitTestRunner
import unittest
-parser = optparse.OptionParser("urgent_replication [options] <host>")
+parser = optparse.OptionParser("urgent_replication.py [options] <host>")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)
parser.add_option_group(options.VersionOptions(parser))