From 8515973dd875cecaa4cbdfc0aca52c6dc4e1d622 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Tue, 1 Jun 2021 12:58:28 +1200 Subject: [PATCH] samba-tool dns zoneoptions --help improvement Signed-off-by: Douglas Bagnall Reviewed-by: Jeremy Allison --- python/samba/netcmd/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),