X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdns%2Fgnunet-dns-monitor.c;h=fb5c768ac2a8ab37a43a6b4b1d3a12599a8d57aa;hb=8682c673eec5d48e5b57a58c80b538a808810ab2;hp=2436931fbf686c4c18a9a85ad3325554ae9fdedb;hpb=fef8c5c79d628ac0823fdae238fd0b70a1f1eb94;p=oweals%2Fgnunet.git diff --git a/src/dns/gnunet-dns-monitor.c b/src/dns/gnunet-dns-monitor.c index 2436931fb..fb5c768ac 100644 --- a/src/dns/gnunet-dns-monitor.c +++ b/src/dns/gnunet-dns-monitor.c @@ -348,17 +348,17 @@ main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_SET_ONE ('i', + GNUNET_GETOPT_option_flag ('i', "inbound-only", gettext_noop ("only monitor DNS queries"), &inbound_only), - GNUNET_GETOPT_OPTION_SET_ONE ('o', + GNUNET_GETOPT_option_flag ('o', "outbound-only", gettext_noop ("only monitor DNS queries"), &outbound_only), - GNUNET_GETOPT_OPTION_VERBOSE (&verbosity), + GNUNET_GETOPT_option_verbose (&verbosity), GNUNET_GETOPT_OPTION_END };