From: Douglas Bagnall Date: Tue, 1 Jun 2021 00:58:28 +0000 (+1200) Subject: samba-tool dns zoneoptions --help improvement X-Git-Tag: tevent-0.11.0~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8515973dd875cecaa4cbdfc0aca52c6dc4e1d622;p=thirdparty%2Fsamba.git samba-tool dns zoneoptions --help improvement Signed-off-by: Douglas Bagnall Reviewed-by: Jeremy Allison --- diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py index 46295823503..a1b49cbaad2 100644 --- a/python/samba/netcmd/dns.py +++ b/python/samba/netcmd/dns.py @@ -456,7 +456,7 @@ class cmd_zoneoptions(Command): Option('--client-version', help='Client Version', default='longhorn', metavar='w2k|dotnet|longhorn', choices=['w2k', 'dotnet', 'longhorn'], dest='cli_ver'), - Option('--mark-old-records-static', + Option('--mark-old-records-static', metavar="YYYY-MM-DD", help="Make records older than this (YYYY-MM-DD) static"), Option('--mark-records-static-regex', metavar="REGEXP", help="Make records matching this regular expression static"),