aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-cadet.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-cadet.1')
-rw-r--r--doc/man/gnunet-cadet.151
1 files changed, 25 insertions, 26 deletions
diff --git a/doc/man/gnunet-cadet.1 b/doc/man/gnunet-cadet.1
index bb2ce637e..224ac98b4 100644
--- a/doc/man/gnunet-cadet.1
+++ b/doc/man/gnunet-cadet.1
@@ -26,22 +26,21 @@
26.Os 26.Os
27.Sh NAME 27.Sh NAME
28.Nm gnunet-cadet 28.Nm gnunet-cadet
29.Nd 29.Nd create or obtain information about CADET tunnels and peers
30create or obtain information about CADET tunnels and peers
31.Sh SYNOPSIS 30.Sh SYNOPSIS
32.Nm 31.Nm
33.Op Fl C Ar CONNECTION_ID | Fl \-connection= Ns Ar CONNECTION_ID 32.Op Fl C Ar CONNECTION_ID | Fl -connection= Ns Ar CONNECTION_ID
34.Op Fl d | \-dump 33.Op Fl d | -dump
35.Op Fl e | \-echo 34.Op Fl e | -echo
36.Op Fl o Ar SHARED_SECRET | Fl \-open-port= Ns Ar SHARED_SECRET 35.Op Fl o Ar SHARED_SECRET | Fl -open-port= Ns Ar SHARED_SECRET
37.Op Fl p Ar PEER_ID | Fl \-peer= Ns Ar PEER_ID 36.Op Fl p Ar PEER_ID | Fl -peer= Ns Ar PEER_ID
38.Op Fl P | \-peers 37.Op Fl P | -peers
39.Op Fl T | \-tunnels 38.Op Fl T | -tunnels
40.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 39.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
41.Op Fl h | \-help 40.Op Fl h | -help
42.Op Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 41.Op Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
43.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 42.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
44.Op Fl v | \-version 43.Op Fl v | -version
45.Ao Ar PEER_ID Ac 44.Ao Ar PEER_ID Ac
46.Ao Ar SHARED_SECRET Ac 45.Ao Ar SHARED_SECRET Ac
47.Sh DESCRIPTION 46.Sh DESCRIPTION
@@ -63,36 +62,36 @@ For one-to-many communication
63.Xr gnunet-social 1 62.Xr gnunet-social 1
64may be better suited, however. 63may be better suited, however.
65.Bl -tag -width indent 64.Bl -tag -width indent
66.It Fl C Ar CONNECTION_ID | Fl \-connection= Ns Ar CONNECTION_ID 65.It Fl C Ar CONNECTION_ID | Fl -connection= Ns Ar CONNECTION_ID
67Provide information about the connection 66Provide information about the connection
68.Ar CONNECTION_ID . 67.Ar CONNECTION_ID .
69.It Fl d | \-dump 68.It Fl d | -dump
70Dump debug information to stderr. 69Dump debug information to stderr.
71.It Fl e | \-echo 70.It Fl e | -echo
72Activate echo mode. 71Activate echo mode.
73.It Fl o Ar SHARED_SECRET | Fl \-open-port= Ns Ar SHARED_SECRET 72.It Fl o Ar SHARED_SECRET | Fl -open-port= Ns Ar SHARED_SECRET
74Listen for connections using a shared secret, provided as 73Listen for connections using a shared secret, provided as
75.Ar SHARED_SECRET , 74.Ar SHARED_SECRET ,
76among sender and recipient. 75among sender and recipient.
77.It Fl p Ar PEER_ID | Fl \-peer= Ns Ar PEER_ID 76.It Fl p Ar PEER_ID | Fl -peer= Ns Ar PEER_ID
78Provide information about the peer 77Provide information about the peer
79.Ar PEER_ID . 78.Ar PEER_ID .
80.It Fl P | \-peers 79.It Fl P | -peers
81Provide information about all (known) peers. 80Provide information about all (known) peers.
82.It Fl T | \-tunnels 81.It Fl T | -tunnels
83Provide information about all tunnels. 82Provide information about all tunnels.
84.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 83.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
85Use the configuration file 84Use the configuration file
86.Ar FILENAME . 85.Ar FILENAME .
87.It Fl h | \-help 86.It Fl h | -help
88Print the help page. 87Print the help page.
89.It Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 88.It Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
90Configure logging to write logs to 89Configure logging to write logs to
91.Ar FILENAME . 90.Ar FILENAME .
92.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 91.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
93Use LOGLEVEL for logging. 92Use LOGLEVEL for logging.
94Valid values are DEBUG, INFO, WARNING and ERROR. 93Valid values are DEBUG, INFO, WARNING and ERROR.
95.It Fl v | \-version 94.It Fl v | -version
96Print the GNUnet version number. 95Print the GNUnet version number.
97.El 96.El
98.Sh SEE ALSO 97.Sh SEE ALSO