diff options
author | Matthieu Patou <mat@matws.net> | 2015-05-19 03:39:59 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2015-05-19 19:26:22 +0200 |
commit | 9f71b96ba0068ddc613b925cd1be6885a696e443 (patch) | |
tree | 1693043b53e5f85a62845b52da3c9c1d8eb69b46 | |
parent | 4e1cc54c222f6274f28fec39579655b62ab73f2c (diff) | |
download | samba-9f71b96ba0068ddc613b925cd1be6885a696e443.tar.gz |
Fix a typo in the name of the default domain level
Change-Id: I2df44546a74f19ef2c6f1100d29b67fe7362070a
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue May 19 19:26:22 CEST 2015 on sn-devel-104
-rw-r--r-- | python/samba/netcmd/domain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py index 07a0460cadf..f8e32f00b58 100644 --- a/python/samba/netcmd/domain.py +++ b/python/samba/netcmd/domain.py @@ -205,7 +205,7 @@ class cmd_domain_provision(Command): default="domain controller"), Option("--function-level", type="choice", metavar="FOR-FUN-LEVEL", choices=["2000", "2003", "2008", "2008_R2"], - help="The domain and forest function level (2000 | 2003 | 2008 | 2008_R2 - always native). Default is (Windows) 2008R2 Native.", + help="The domain and forest function level (2000 | 2003 | 2008 | 2008_R2 - always native). Default is (Windows) 2008_R2 Native.", default="2008_R2"), Option("--next-rid", type="int", metavar="NEXTRID", default=1000, help="The initial nextRid value (only needed for upgrades). Default is 1000."), |