diff options
author | ng0 <ng0@n0.is> | 2019-05-09 20:19:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-05-09 20:19:27 +0000 |
commit | b5faf6b49637dc6abcb42c81337d783324c54be7 (patch) | |
tree | 5cd259bcd0297f874146ea17cdd3d844be553810 /doc/man/gnunet-scrypt.1 | |
parent | ce63ca3ca49d8a4dc741cd014601584e3d5cfe54 (diff) |
man pages.
Diffstat (limited to 'doc/man/gnunet-scrypt.1')
-rw-r--r-- | doc/man/gnunet-scrypt.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/man/gnunet-scrypt.1 b/doc/man/gnunet-scrypt.1 index 169dba243..eadb8e26e 100644 --- a/doc/man/gnunet-scrypt.1 +++ b/doc/man/gnunet-scrypt.1 @@ -26,8 +26,7 @@ .Os .Sh NAME .Nm gnunet-scrypt -.Nd -manipulate GNUnet proof of work files +.Nd manipulate GNUnet proof of work files .Sh SYNOPSIS .Nm .Op Fl b Ar BITS | Fl \-bits= Ns Ar BITS @@ -46,11 +45,15 @@ is a command line tool to manipulate GNUnet proof of work files. .It Fl b Ar BITS | Fl \-bits= Ns Ar BITS Number of bits to require for the proof of work. .It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME -Use the configuration file FILENAME. +Use the configuration file +.Ar FILENAME . .It Fl h | \-help Print short help on options. .It Fl k Ar FILENAME | Fl \-keyfile= Ns Ar FILENAME -File with private key, otherwise default is used. +Use +.Ar FILENAME +as the file with private key, otherwise the default +private key file is used. .It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. @@ -75,7 +78,7 @@ should give you access to the complete handbook, .Dl info gnunet-c-tutorial .Pp will give you access to a tutorial for developers. -.sp +.Pp Depending on your installation, this information is also available in .Xr gnunet 7 and .Xr gnunet-c-tutorial 7 . |