From 405cb054459748b52e557f903b313219e9ce1687 Mon Sep 17 00:00:00 2001 From: "Safey A.Halim" Date: Fri, 5 Nov 2010 07:14:52 +0000 Subject: Monkey parse command arguments using gnunet_getopt_lib. Adding a man page for Monkey --- doc/man/Makefile.am | 3 ++- doc/man/gnunet-monkey.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 doc/man/gnunet-monkey.1 (limited to 'doc') diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 9b59b8589..4fda5b75c 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -8,6 +8,7 @@ man_MANS = \ gnunet-search.1 \ gnunet-statistics.1 \ gnunet-transport.1 \ - gnunet-unindex.1 + gnunet-unindex.1 \ + gnunet-monkey.1 EXTRA_DIST = ${man_MANS} 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 @@ +.TH GNUNET\-MONKEY 1 "Nov 4, 2010" "GNUnet" + +.SH NAME +gnunet\-monkey \- automatically debugging for services + +.SH SYNOPSIS +.B gnunet-monkey +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-monkey\fP used to automatically debug a service. + +.SH OPTIONS + +.TP +.IP "\-h, \-\-help" +Print short help on options. + +.TP +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. + +.TP +.IP "\-m, \-\-mode" +Monkey's mode of operation: text: for writing debugging report in a text file, email: for sending debugging report to an email address. + +.TP +.IP "\-b, \-\-binary" +Path of the binary to debug with Monkey. + +.TP +.IP "\-o, \-\-output" +Only required in text mode: The path of the text file in which Monkey should write the debugging report. + +.TP +.IP "\-v, \-\-version" +Print GNUnet version number. + + +.SH BUGS +Report bugs by using Mantis or by sending electronic mail to + +.SH SEE ALSO +gnunet\-service\-monkey(1) -- cgit v1.2.3