diff options
| author | Björn Baumbach <bb@sernet.de> | 2023-06-21 20:52:03 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-06-21 23:24:37 +0000 |
| commit | 0e9f1eec5a2e484d947a433cc854d9903de8537f (patch) | |
| tree | 2a3280075a604f4d7b17fb131b1de259bfe98d13 /python | |
| parent | b26dcfba10e3e38c04f3fe20dbf49e7e6ef4f0ed (diff) | |
| download | samba-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.py | 2 |
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'], |
