mirror of https://github.com/getdnsapi/getdns.git
Get rid of +sit option in getdns_query
This commit is contained in:
parent
eb7920a4a6
commit
18381e7753
|
@ -106,7 +106,6 @@ print_usage(FILE *out, const char *progname)
|
|||
fprintf(out, "\t-O\tSet transport to TCP only keep connections open\n");
|
||||
fprintf(out, "\t-u\tSet transport to UDP with TCP fallback\n");
|
||||
fprintf(out, "\t-U\tSet transport to UDP only\n");
|
||||
fprintf(out, "\t+sit[=cookie]\tSet edns cookie\n");
|
||||
}
|
||||
|
||||
void callback(getdns_context *context, getdns_callback_type_t callback_type,
|
||||
|
|
Loading…
Reference in New Issue