aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-monkey.1
diff options
context:
space:
mode:
authorSafey A.Halim <safey.allah@gmail.com>2010-11-05 07:14:52 +0000
committerSafey A.Halim <safey.allah@gmail.com>2010-11-05 07:14:52 +0000
commit405cb054459748b52e557f903b313219e9ce1687 (patch)
tree744c042d27df4a213b84c956cd91f6525e2cb831 /doc/man/gnunet-monkey.1
parentd46a351d5fe6e106ade023eceb6cd58cff1536ae (diff)
downloadgnunet-405cb054459748b52e557f903b313219e9ce1687.tar.gz
gnunet-405cb054459748b52e557f903b313219e9ce1687.zip
Monkey parse command arguments using gnunet_getopt_lib.
Adding a man page for Monkey
Diffstat (limited to 'doc/man/gnunet-monkey.1')
-rw-r--r--doc/man/gnunet-monkey.145
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/man/gnunet-monkey.1 b/doc/man/gnunet-monkey.1
new file mode 100644
index 000000000..49ce45db1
--- /dev/null
+++ b/doc/man/gnunet-monkey.1
@@ -0,0 +1,45 @@
1.TH GNUNET\-MONKEY 1 "Nov 4, 2010" "GNUnet"
2
3.SH NAME
4gnunet\-monkey \- automatically debugging for services
5
6.SH SYNOPSIS
7.B gnunet-monkey
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-monkey\fP used to automatically debug a service.
13
14.SH OPTIONS
15
16.TP
17.IP "\-h, \-\-help"
18Print short help on options.
19
20.TP
21.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
22Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
23
24.TP
25.IP "\-m, \-\-mode"
26Monkey's mode of operation: text: for writing debugging report in a text file, email: for sending debugging report to an email address.
27
28.TP
29.IP "\-b, \-\-binary"
30Path of the binary to debug with Monkey.
31
32.TP
33.IP "\-o, \-\-output"
34Only required in text mode: The path of the text file in which Monkey should write the debugging report.
35
36.TP
37.IP "\-v, \-\-version"
38Print GNUnet version number.
39
40
41.SH BUGS
42Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43
44.SH SEE ALSO
45gnunet\-service\-monkey(1)