]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool domain-provision: Fix docstring.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 24 Sep 2012 06:21:27 +0000 (08:21 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 24 Sep 2012 21:06:07 +0000 (23:06 +0200)
source4/scripting/python/samba/netcmd/domain.py

index 0954f634001cba7d6aa1083a9dd19c65dbdf9df1..5f34deb3c0d3a8d39620a535180a0ead5c17f828 100644 (file)
@@ -137,9 +137,9 @@ class cmd_domain_info(Command):
 
 
 class cmd_domain_provision(Command):
-    """Promotes an existing domain member or NT4 PDC to an AD DC"""
+    """Provision a domain."""
 
-    synopsis = "%prog <dnsdomain> [DC|RODC] [options]"
+    synopsis = "%prog [options]"
 
     takes_optiongroups = {
         "sambaopts": options.SambaOptions,