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