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

kdig: show TTL in seconds if multiline

refs #90
parent 52bdbbfb
No related branches found
No related tags found
No related merge requests found
......@@ -719,7 +719,6 @@ static int parse_opt2(const char *value, dig_params_t *params)
query->style.show_edns = true;
query->style.show_footer = true;
query->style.style.verbose = true;
query->style.style.human_ttl = true;
} else if (strcmp(value, "nomultiline") == 0) {
query->style.style.wrap = false;
}
......
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