]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool: print default (domain) for --dns-directory-partition option in help message
authorBjörn Baumbach <bb@sernet.de>
Wed, 21 Jun 2023 18:52:03 +0000 (20:52 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 21 Jun 2023 23:24:37 +0000 (23:24 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/dns.py

index f10e67e0d4e4682baee8c70e022ad983a7c76232..d40f01fa1cd3f73dfd6f5bc7967c4a3fc0d7f567 100644 (file)
@@ -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'],