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.136
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1
index 16a377443..ab1188348 100644
--- a/doc/man/gnunet-scrypt.1
+++ b/doc/man/gnunet-scrypt.1
@@ -29,41 +29,41 @@
29.Nd manipulate GNUnet proof of work files 29.Nd manipulate GNUnet proof of work files
30.Sh SYNOPSIS 30.Sh SYNOPSIS
31.Nm 31.Nm
32.Op Fl b Ar BITS | Fl \-bits= Ns Ar BITS 32.Op Fl b Ar BITS | Fl -bits= Ns Ar BITS
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl h | \-help 34.Op Fl h | -help
35.Op Fl k Ar FILENAME | Fl \-keyfile= Ns Ar FILENAME 35.Op Fl k Ar FILENAME | Fl -keyfile= Ns Ar FILENAME
36.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 36.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
37.Op Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 37.Op Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
38.Op Fl o Ar FILENAME | Fl \-outfile= Ns Ar FILENAME 38.Op Fl o Ar FILENAME | Fl -outfile= Ns Ar FILENAME
39.Op Fl t Ar DELAY | Fl \-timeout= Ns Ar DELAY 39.Op Fl t Ar DELAY | Fl -timeout= Ns Ar DELAY
40.Op Fl v | \-version 40.Op Fl v | -version
41.Sh DESCRIPTION 41.Sh DESCRIPTION
42.Nm 42.Nm
43is a command line tool to manipulate GNUnet proof of work files. 43is a command line tool to manipulate GNUnet proof of work files.
44.Bl -tag -width indent 44.Bl -tag -width indent
45.It Fl b Ar BITS | Fl \-bits= Ns Ar BITS 45.It Fl b Ar BITS | Fl -bits= Ns Ar BITS
46Number of bits to require for the proof of work. 46Number of bits to require for the proof of work.
47.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 47.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
48Use the configuration file 48Use the configuration file
49.Ar FILENAME . 49.Ar FILENAME .
50.It Fl h | \-help 50.It Fl h | -help
51Print short help on options. 51Print short help on options.
52.It Fl k Ar FILENAME | Fl \-keyfile= Ns Ar FILENAME 52.It Fl k Ar FILENAME | Fl -keyfile= Ns Ar FILENAME
53Use 53Use
54.Ar FILENAME 54.Ar FILENAME
55as the file with private key, otherwise the default 55as the file with private key, otherwise the default
56private key file is used. 56private key file is used.
57.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 57.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
58Use LOGLEVEL for logging. 58Use LOGLEVEL for logging.
59Valid values are DEBUG, INFO, WARNING and ERROR. 59Valid values are DEBUG, INFO, WARNING and ERROR.
60.It Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 60.It Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
61Configure logging to write logs to FILENAME. 61Configure logging to write logs to FILENAME.
62.It Fl o Ar FILENAME | Fl \-outfile= Ns Ar FILENAME 62.It Fl o Ar FILENAME | Fl -outfile= Ns Ar FILENAME
63File with proof of work, otherwise default is used. 63File with proof of work, otherwise default is used.
64.It Fl t Ar DELAY | Fl \-timeout= Ns Ar DELAY 64.It Fl t Ar DELAY | Fl -timeout= Ns Ar DELAY
65Time to wait between calculations. 65Time to wait between calculations.
66.It Fl v | \-version 66.It Fl v | -version
67Print GNUnet version number. 67Print GNUnet version number.
68.Sh SEE ALSO 68.Sh SEE ALSO
69The full documentation for gnunet is maintained as a Texinfo manual. 69The full documentation for gnunet is maintained as a Texinfo manual.