diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-11-23 18:55:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-11-23 18:55:38 +0000 |
commit | 426b733481c21704bc2fb080f7c8e1d4150d11f4 (patch) | |
tree | 9ff50a8d1499c901d2719103b974037e2f6969c2 | |
parent | 4b6729873ec13239a73b2858a51bd71ec32bed5e (diff) |
-no args for -P
-rw-r--r-- | src/transport/gnunet-transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |