summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2023-06-21 20:52:03 +0200
committerAndrew Bartlett <abartlet@samba.org>2023-06-21 23:24:37 +0000
commit0e9f1eec5a2e484d947a433cc854d9903de8537f (patch)
tree2a3280075a604f4d7b17fb131b1de259bfe98d13 /python
parentb26dcfba10e3e38c04f3fe20dbf49e7e6ef4f0ed (diff)
downloadsamba-0e9f1eec5a2e484d947a433cc854d9903de8537f.tar.gz
samba-0e9f1eec5a2e484d947a433cc854d9903de8537f.tar.bz2
samba-0e9f1eec5a2e484d947a433cc854d9903de8537f.zip
samba-tool: print default (domain) for --dns-directory-partition option in help message
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/dns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py
index f10e67e0d4e..d40f01fa1cd 100644
--- a/python/samba/netcmd/dns.py
+++ b/python/samba/netcmd/dns.py
@@ -917,7 +917,7 @@ class cmd_zonecreate(Command):
Option('--dns-directory-partition',
help='Specify the naming context for the new zone, which '
'affects the replication scope (domain or forest wide '
- 'replication).',
+ 'replication, default: domain).',
default='domain',
metavar='domain|forest',
choices=['domain', 'forest'],