diff options
Diffstat (limited to 'doc/gnunet-conversation-gtk.1')
-rw-r--r-- | doc/gnunet-conversation-gtk.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/gnunet-conversation-gtk.1 b/doc/gnunet-conversation-gtk.1 new file mode 100644 index 00000000..6a21876c --- /dev/null +++ b/doc/gnunet-conversation-gtk.1 | |||
@@ -0,0 +1,29 @@ | |||
1 | .TH GNUNET-CONVERSATION-GTK "1" "5 May 2018" "GNUnet" | ||
2 | .SH NAME | ||
3 | gnunet\-conversation\-gtk \- a gtk interface for talking with other users | ||
4 | .SH SYNOPSIS | ||
5 | .B gnunet\-conversation\-gtk | ||
6 | [\fIOPTIONS\fR] | ||
7 | .SH DESCRIPTION | ||
8 | .PP | ||
9 | gnunet\-conversation\-gtk is a gtk+ based GUI for making conversation over GNUnet. Users are addressed using the GNU Name System. | ||
10 | .TP | ||
11 | \fB\-h\fR, \fB\-\-help\fR | ||
12 | print help page | ||
13 | .TP | ||
14 | \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR | ||
15 | load config file (default: ~/.config/gnunet.conf) | ||
16 | .TP | ||
17 | \fB\-s, \fB\-\-show-inactive\fR | ||
18 | show peers even if we are not connected to them, have no (valid, non-expired) addresses for the peer, thus only know pretty much only their public keys; this will essentially list peers that we historically at some point encountered, but have currently no way to contact and that might not be running at all. | ||
19 | .TP | ||
20 | \fB\-v\fR, \fB\-\-version\fR | ||
21 | print the version number | ||
22 | .SH FILES | ||
23 | .TP | ||
24 | ~/.config/gnunet.conf | ||
25 | User's GNUnet configuration file | ||
26 | .SH "REPORTING BUGS" | ||
27 | Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> | ||
28 | .SH "SEE ALSO" | ||
29 | \fBgnunet\-setup\fP(1) | ||