Follow-up commit to format most of the other man pages code.
[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>