doc/man/5,1: in SEE ALSO mention that the main documentation is maintained in texinfo...
[oweals/gnunet.git] / doc / man / gnunet-scrypt.1
1 .TH GNUNET\-SCRYPT 1 "Sep 13, 2014" "GNUnet"
2
3 .SH NAME
4 gnunet\-scrypt \- Manipulate GNUnet proof of work files.
5
6 .SH SYNOPSIS
7 .B gnunet\-scrypt
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 \fBgnunet\-scrypt\fP is a command line tool to manipulate GNUnet proof
13 of work files.
14
15 .SH OPTIONS
16 .B
17 .IP "\-b BITS,  \-\-bits=BITS"
18 Number of bits to require for the proof of work.
19 .B
20 .IP "\-c FILENAME,  \-\-config=FILENAME"
21 Use the configuration file FILENAME.
22 .B
23 .IP "\-h, \-\-help"
24 Print short help on options.
25 .B
26 .IP "\-k FILE, \-\-keyfile=FILE"
27 File with private key, otherwise default is used.
28 .B
29 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
30 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
31 .B
32 .IP "\-l LOGFILE, \-\-logfile=LOGFILE"
33 Configure logging to write logs to LOGFILE.
34 .B
35 .IP "\-o FILE, \-\-outfile=FILE"
36 File with proof of work, otherwise default is used.
37 .B
38 .IP "\-t TIME, \-\-timeout=TIME"
39 Time to wait between calculations.
40 .B
41 .IP "\-v, \-\-version"
42 Print GNUnet version number.
43
44 .SH BUGS
45 Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
46 .SH "SEE ALSO"
47 The full documentation for
48 .B gnunet
49 is maintained as a Texinfo manual.  If the
50 .B info
51 and
52 .B gnunet
53 programs are properly installed at your site, the command
54 .IP
55 .B info gnunet
56 .PP
57 should give you access to the complete handbook,
58 .IP
59 .B info gnunet-c-tutorial
60 .PP
61 will give you access to a tutorial for developers.
62 .PP
63 Depending on your installation, this information is also
64 available in
65 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).