diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-10-18 20:58:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-10-18 20:58:31 +0000 |
commit | 44cb69974fb8fa57c4e367af070a6d7bfcda8d7d (patch) | |
tree | 785f65d08939f5cc84b0781e7529f029d7139309 /doc/man/gnunet-transport.1 | |
parent | 46c0b95062518dfb3212c6fac6641822d68a980b (diff) |
move -C option from gnunet-transport to gnunet-ats; also, use blacklisting API to implement gnunet-transport -D
Diffstat (limited to 'doc/man/gnunet-transport.1')
-rw-r--r-- | doc/man/gnunet-transport.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1 index 228ebae87..691448157 100644 --- a/doc/man/gnunet-transport.1 +++ b/doc/man/gnunet-transport.1 @@ -1,4 +1,4 @@ -.TH gnunet\-transport "1" "7 Nov 2014" "GNUnet" +.TH gnunet\-transport "1" "17 Oct 2015" "GNUnet" .SH NAME gnunet\-transport \- measure and control the transport subsystem @@ -14,8 +14,9 @@ gnunet\-transport is a tool to access various functions of GNUnet's transport su \fB\-b\fR, \fB\-\-benchmark\fR measure how fast we are receiving data (from all connections). On exit, the data rate will be reported. Runs until aborted with CTRL-C. .TP -\fB\-C \fIPEER\fR, \fB\-\-connect=PEER\fR -peer to connect to (used in conjunction with \-p) +\fB\-D\fR, \fB\-\-disconnect\fR +force disconnection from a peer (used in conjunction with \-p). +Note that you can use the gnunet\-ats command\-line tool to suggest connects. .TP \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR configuration file to use @@ -62,4 +63,4 @@ be verbose .SH "REPORTING BUGS" Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> .SH "SEE ALSO" -\fBgnunet\-arm\fP(1) +\fBgnunet\-arm\fP(1), \fBgnunet\-ats\fP(1) |