aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-23 18:55:38 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-23 18:55:38 +0000
commit426b733481c21704bc2fb080f7c8e1d4150d11f4 (patch)
tree9ff50a8d1499c901d2719103b974037e2f6969c2 /src/transport
parent4b6729873ec13239a73b2858a51bd71ec32bed5e (diff)
downloadgnunet-426b733481c21704bc2fb080f7c8e1d4150d11f4.tar.gz
gnunet-426b733481c21704bc2fb080f7c8e1d4150d11f4.zip
-no args for -P
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-transport.c2
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)
2083 gettext_noop ("peer identity"), 1, &GNUNET_GETOPT_set_string, 2083 gettext_noop ("peer identity"), 1, &GNUNET_GETOPT_set_string,
2084 &cpid }, 2084 &cpid },
2085 { 'P', "plugins", NULL, 2085 { 'P', "plugins", NULL,
2086 gettext_noop ("monitor plugin sessions"), 1, &GNUNET_GETOPT_set_one, 2086 gettext_noop ("monitor plugin sessions"), 0, &GNUNET_GETOPT_set_one,
2087 &monitor_plugins }, 2087 &monitor_plugins },
2088 { 's', "send", NULL, gettext_noop 2088 { 's', "send", NULL, gettext_noop
2089 ("send data for benchmarking to the other peer (until CTRL-C)"), 0, 2089 ("send data for benchmarking to the other peer (until CTRL-C)"), 0,