Skip to content
Snippets Groups Projects
Commit 7eaa27a4 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

khost: update help message

refs #2137

Change-Id: I3cf4a2d379846f06656cbbc15a2e793c1f1fbc53
parent 2e76c4fb
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,6 @@ static void host_help(int argc, char *argv[])
" -4 Use IPv4 protocol only.\n"
" -6 Use IPv6 procotol only.\n"
" -a Same as -t ANY -v.\n"
" -C (NOT YET IMPLEMENTED)\n"
" -d Allow debug messages.\n"
" -r Disable recursion.\n"
" -s Stop if servfail.\n"
......@@ -221,10 +220,6 @@ int host_parse(dig_params_t *params, int argc, char *argv[])
conf->style.show_edns = true;
conf->style.show_footer = true;
break;
case 'C':
conf->type_num = KNOT_RRTYPE_SOA;
conf->operation = OPERATION_LIST_SOA;
break;
case 'd':
msg_enable_debug(1);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment