]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
kdig: mark the alias options in the source code
authorDavid Vašek <david.vasek@nic.cz>
Mon, 7 Apr 2025 11:16:00 +0000 (13:16 +0200)
committerDavid Vašek <david.vasek@nic.cz>
Mon, 7 Apr 2025 11:24:59 +0000 (13:24 +0200)
src/utils/kdig/kdig_params.c

index dfc264881e5aee8854ad9ff57a1a33f9fd7edeeb..7c283c0005d40ec24ca43738aada46aebd5cbf1f 100644 (file)
@@ -1503,7 +1503,7 @@ static const param_t kdig_opts2[] = {
        { "rdflag",         ARG_NONE,     opt_rdflag },
        { "nordflag",       ARG_NONE,     opt_nordflag },
 
-       { "recurse",        ARG_NONE,     opt_rdflag },
+       { "recurse",        ARG_NONE,     opt_rdflag },   // Alias.
        { "norecurse",      ARG_NONE,     opt_nordflag },
 
        { "raflag",         ARG_NONE,     opt_raflag },
@@ -1521,7 +1521,7 @@ static const param_t kdig_opts2[] = {
        { "doflag",         ARG_NONE,     opt_doflag },
        { "nodoflag",       ARG_NONE,     opt_nodoflag },
 
-       { "dnssec",         ARG_NONE,     opt_doflag },
+       { "dnssec",         ARG_NONE,     opt_doflag },   // Alias.
        { "nodnssec",       ARG_NONE,     opt_nodoflag },
 
        { "all",            ARG_NONE,     opt_all },