From: Christian Grothoff Date: Sun, 23 Nov 2014 18:55:38 +0000 (+0000) Subject: -no args for -P X-Git-Tag: initial-import-from-subversion-38251~3078 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=426b733481c21704bc2fb080f7c8e1d4150d11f4;p=oweals%2Fgnunet.git -no args for -P --- diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c index cf1609a5a..109622567 100644 --- a/src/transport/gnunet-transport.c +++ b/src/transport/gnunet-transport.c @@ -2083,7 +2083,7 @@ main (int argc, char * const *argv) gettext_noop ("peer identity"), 1, &GNUNET_GETOPT_set_string, &cpid }, { 'P', "plugins", NULL, - gettext_noop ("monitor plugin sessions"), 1, &GNUNET_GETOPT_set_one, + gettext_noop ("monitor plugin sessions"), 0, &GNUNET_GETOPT_set_one, &monitor_plugins }, { 's', "send", NULL, gettext_noop ("send data for benchmarking to the other peer (until CTRL-C)"), 0,