aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-scrypt.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-scrypt.1')
-rw-r--r--doc/man/gnunet-scrypt.144
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1
new file mode 100644
index 000000000..3b11ca52e
--- /dev/null
+++ b/doc/man/gnunet-scrypt.1
@@ -0,0 +1,44 @@
1.TH GNUNET\-SCRYPT 1 "Sep 13, 2014" "GNUnet"
2
3.SH NAME
4gnunet\-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 of work files.
13
14.SH OPTIONS
15.B
16.IP "\-b BITS, \-\-bits=BITS"
17Number of bits to require for the proof of work.
18.B
19.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME.
21.B
22.IP "\-h, \-\-help"
23Print short help on options.
24.B
25.IP "\-k FILE, \-\-keyfile=FILE"
26File with private key, otherwise default is used.
27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
30.B
31.IP "\-l LOGFILE, \-\-logfile=LOGFILE"
32Configure logging to write logs to LOGFILE.
33.B
34.IP "\-o FILE, \-\-outfile=FILE"
35File with proof of work, otherwise default is used.
36.B
37.IP "\-t TIME, \-\-timeout=TIME"
38Time to wait between calculations.
39.B
40.IP "\-v, \-\-version"
41Print GNUnet version number.
42
43.SH BUGS
44Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>