Skip to content

Commit

Permalink
Show qdetail transform in `$ ./dnsdbq -h' text (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: David Waitzman <dwaitzman@gmail.com>
  • Loading branch information
djw1149 and David Waitzman authored Dec 3, 2023
1 parent a3b77ed commit df8fa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsdbq.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ help(void) {
"\t[-l QUERY-LIMIT] [-L OUTPUT-LIMIT]\n"
"\t[-O OFFSET] [-M MAX_COUNT]\n"
"\t[-A AFTER] [-B BEFORE]\n"
"\t[-D ASINFO_DOMAIN] [-T (datefix|reverse|chomp)[,...] {\n"
"\t[-D ASINFO_DOMAIN] [-T (datefix|reverse|chomp|qdetail)[,...] {\n"
"\t\t-f |\n"
"\t\t-J INPUTFILE |\n"
"\t\t[-t RRTYPE[,...]] [-b BAILIWICK] {\n"
Expand Down Expand Up @@ -782,7 +782,7 @@ help(void) {
"use -s to sort in ascending order, "
"or -S for descending order.\n"
"\t-s/-S can be repeated before several -k arguments.\n"
"for -T, transforms are datefix, reverse, and chomp.\n"
"for -T, transforms are datefix, reverse, chomp, and qdetail.\n"
"use -U to turn off SSL certificate verification.\n"
"use -v to show the program version.\n"
"use -4 to force connecting to the server via IPv4.\n"
Expand Down

0 comments on commit df8fa00

Please sign in to comment.