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

khost: fix description for -r option in man/help

refs #2137

Change-Id: I22356a2a3a3792b8d4f565ab9f36b7b4cd092827
parent 7d778029
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Send ANY query with verbose mode.
Enable debug messages if any.
.TP
.BI -r
Set recursion (RD flag).
Disable recursion.
.TP
.BI -s
Stop quering next nameserver if SERVFAIL response is received.
......
......@@ -175,7 +175,7 @@ static void host_help(int argc, char *argv[])
" -a Same as -t ANY -v.\n"
" -C (NOT YET IMPLEMENTED)\n"
" -d Allow debug messages.\n"
" -r Set RD flag.\n"
" -r Disable recursion.\n"
" -s Stop if servfail.\n"
" -T Use TCP procotol.\n"
" -v Verbose output.\n"
......
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