aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,