diff options
| author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2021-06-01 12:58:28 +1200 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2021-06-10 00:29:32 +0000 |
| commit | 8515973dd875cecaa4cbdfc0aca52c6dc4e1d622 (patch) | |
| tree | 45089abf7fad47d4c61e21315d31afe8350c470e /python | |
| parent | 997b90e0755b8fe773985ec2334dc1fcc83b0224 (diff) | |
| download | samba-8515973dd875cecaa4cbdfc0aca52c6dc4e1d622.tar.gz samba-8515973dd875cecaa4cbdfc0aca52c6dc4e1d622.tar.bz2 samba-8515973dd875cecaa4cbdfc0aca52c6dc4e1d622.zip | |
samba-tool dns zoneoptions --help improvement
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@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 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"), |
