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 cbddee905..d7852893c 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -1975,7 +1975,7 @@ main (int argc, char * const *argv)
1975 gettext_noop ("measure how fast we are receiving data from all peers (until CTRL-C)"), 1975 gettext_noop ("measure how fast we are receiving data from all peers (until CTRL-C)"),
1976 0, &GNUNET_GETOPT_set_one, &benchmark_receive }, 1976 0, &GNUNET_GETOPT_set_one, &benchmark_receive },
1977 { 'D', "disconnect", 1977 { 'D', "disconnect",
1978 NULL, gettext_noop ("disconnect to a peer"), 0, 1978 NULL, gettext_noop ("disconnect from a peer"), 0,
1979 &GNUNET_GETOPT_set_one, &do_disconnect }, 1979 &GNUNET_GETOPT_set_one, &do_disconnect },
1980 { 'd', "validation", NULL, 1980 { 'd', "validation", NULL,
1981 gettext_noop ("print information for all pending validations "), 1981 gettext_noop ("print information for all pending validations "),