1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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>
This commit is contained in:
Björn Baumbach
2023-06-21 20:52:03 +02:00
committed by Andrew Bartlett
parent b26dcfba10
commit 0e9f1eec5a

View 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'],