aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-conversation.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 12:59:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 12:59:16 +0000
commit5ed18ae859f6c20afa070d6fa04fafe0d8936cf5 (patch)
treef64edb600e4bd4bd0236d89b193d5795a6787401 /doc/man/gnunet-conversation.1
parent660c1d610b9ae61814d501b73c4bb745201e023d (diff)
downloadgnunet-5ed18ae859f6c20afa070d6fa04fafe0d8936cf5.tar.gz
gnunet-5ed18ae859f6c20afa070d6fa04fafe0d8936cf5.zip
-man page for gnunet-conversation
Diffstat (limited to 'doc/man/gnunet-conversation.1')
-rw-r--r--doc/man/gnunet-conversation.138
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/man/gnunet-conversation.1 b/doc/man/gnunet-conversation.1
new file mode 100644
index 000000000..5048bdbcd
--- /dev/null
+++ b/doc/man/gnunet-conversation.1
@@ -0,0 +1,38 @@
1.TH GNUNET\-CONVERSATION 1 "Oct 5, 2013" "GNUnet"
2
3.SH NAME
4gnunet\-conversation \- have a conversation with your peers
5
6.SH SYNOPSIS
7.B gnunet\-conversation \-e NAME [OPTIONS]
8.RI URI
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-conversation\fP can be used to have a conversation with other GNUnet users. You can make calls and receive incoming calls. You need to setup an ego using gnunet\-identity first. For others to be able to call you, you must add a PHONE record to your zone in the GNU Name System (using gnunet\-namestore). gnunet\-conversation has an interactive help system via the /help command.
13
14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-e NAME, \-\-ego=NAME"
20Specifies the NAME of the ego to use (for caller ID) and the GNS master zone for our own lookups.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
26Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
27.B
28.IP "\-p LINE, \-\-phone=LINE"
29Optional argument that can be used to specify the phone LINE to be used with the conversation service. The default LINE is zero, which should be fine for most users.
30.B
31.IP "\-v, \-\-version"
32Print GNUnet version number.
33
34
35.SH BUGS
36Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
37.SH "SEE ALSO"
38\fBgnunet\-identity\fP(1), \fBgnunet\-namestore\fP(1), \fBgnunet\-gns\fP(1)