adjust mantis url
[oweals/gnunet.git] / doc / man / gnunet-peerinfo.1
1 .TH GNUNET-PEERINFO 1 "March 4, 2013" "GNUnet"
2 .SH NAME
3 gnunet\-peerinfo \- Display information about other peers.
4 .SH SYNOPSIS
5 .B gnunet\-peerinfo
6 .RI [ options ]
7 .SH DESCRIPTION
8 .PP
9 \fBgnunet\-peerinfo\fP display the known addresses and trust of known peers.
10 .SH OPTIONS
11 .B
12 .IP "\-c FILENAME, \-\-config=FILENAME"
13 Load config file (default: ~/.config/gnunet.conf)
14 .B
15 .IP "\-g, \-\-get\-hello"
16 Output HELLO uri(s)
17 .B
18 .IP "\-h, \-\-help"
19 Print help page
20 .B
21 .IP "\-i, \-\-info"
22 List all known peers (and their addresses)
23 .B
24 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25 Set the loglevel
26 .B
27 .IP "\-l LOGFILE, \-\-logfile=LOGFILE"
28 Log messages to LOGFILE
29 .B
30 .IP "\-n, \-\-numeric"
31 Disable resolution of IPs to hostnames
32 .B
33 .IP "\-p, \-\-put\-hello=HELLO"
34 Add given HELLO uri to the database
35 .B
36 .IP "\-q, \-\-quiet"
37 Do not print anything but the peer identities
38 .B
39 .IP "\-s, \-\-self"
40 Print only our own identity (together with "\-q", this is the exact
41 line that other peers would have to put in to their friends file in
42 order to consider this peer one of their friends in F2F mode).
43 .B
44 .IP "\-v, \-\-version"
45 Print the version number
46 .SH BUGS
47 Report bugs by using mantis <https://bugs.gnunet.org/> or by sending
48 electronic mail to <gnunet\-developers@gnu.org>
49 .SH SEE ALSO
50 gnunet.conf(5)
51 .PP
52 The full documentation for
53 .B gnunet
54 is maintained as a Texinfo manual.
55 If the
56 .B info
57 and
58 .B gnunet
59 programs are properly installed at your site, the command
60 .IP
61 .B info gnunet
62 .PP
63 should give you access to the complete handbook,
64 .IP
65 .B info gnunet-c-tutorial
66 .PP
67 will give you access to a tutorial for developers.
68 .PP
69 Depending on your installation, this information is also
70 available in
71 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).