Author: jelmer Date: 2007-12-18 17:29:08 +0000 (Tue, 18 Dec 2007) New Revision: 26526
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26526 Log: Fix argument value. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/setup/provision.py Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/setup/provision.py =================================================================== --- branches/SAMBA_4_0/source/setup/provision.py 2007-12-18 17:21:24 UTC (rev 26525) +++ branches/SAMBA_4_0/source/setup/provision.py 2007-12-18 17:29:08 UTC (rev 26526) @@ -90,7 +90,7 @@ parser.add_option("--aci", type="string", metavar="ACI", help="An arbitary LDIF fragment, particularly useful to loading a backend ACI value into a target LDAP server. You must provide at least a realm and domain") parser.add_option("--server-role", type="choice", metavar="ROLE", - choices=["domain controller", "domain server"], + choices=["domain controller", "member server"], help="Set server role to provision for (default standalone)") parser.add_option("--partitions-only", help="Configure Samba's partitions, but do not modify them (ie, join a BDC)", action="store_true")
