diff options
Diffstat (limited to 'doc/gnunet-identity-gtk.1')
-rw-r--r-- | doc/gnunet-identity-gtk.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/gnunet-identity-gtk.1 b/doc/gnunet-identity-gtk.1 new file mode 100644 index 00000000..dcdb236d --- /dev/null +++ b/doc/gnunet-identity-gtk.1 | |||
@@ -0,0 +1,29 @@ | |||
1 | .TH GNUNET-IDENTITY-GTK "1" "15 Sep 2013" "GNUnet" | ||
2 | .SH NAME | ||
3 | gnunet\-identity\-gtk \- a gtk interface for managing egos | ||
4 | .SH SYNOPSIS | ||
5 | .B gnunet\-identity\-gtk | ||
6 | [\fIOPTIONS\fR] | ||
7 | .SH DESCRIPTION | ||
8 | .PP | ||
9 | gnunet\-identity\-gtk is a gtk+ based GUI for managing your egos. Egos are used in GNUnet for zones in the GNU name system and for namespaces in file\-sharing. There might be other uses for egos in the future. An ego is essentially a private key which represents a pseudonym (or alter ego) of a user. A user can performs actions under an ego that can be related back to the respective pseudonym (public key of the ego). | ||
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: ~/.gnunet/gnunet.conf) | ||
16 | .TP | ||
17 | \fB\-t, \fB\-\-tray\fR | ||
18 | start with main window minimized (only put icon in tray) | ||
19 | .TP | ||
20 | \fB\-v\fR, \fB\-\-version\fR | ||
21 | print the version number | ||
22 | .SH FILES | ||
23 | .TP | ||
24 | ~/.gnunet/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\-identity\fP(1) | ||