summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-16 17:58:46 +0000
committerng0 <ng0@n0.is>2019-10-16 17:58:46 +0000
commitb6995e48b7e19bbbb0b92b34726d98b15fba0f20 (patch)
tree486de65a410ec2aa987cbc685a7b002e9078aff6
parent3553ca94cece25a12e2c0202ec7512d5e7aa7e2b (diff)
downloadgnunet-b6995e48b7e19bbbb0b92b34726d98b15fba0f20.tar.gz
gnunet-b6995e48b7e19bbbb0b92b34726d98b15fba0f20.zip
gnunet-ecc(1): syntax
-rw-r--r--doc/man/gnunet-ecc.132
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index d99b6c00b..432a039c4 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -30,14 +30,14 @@
30manipulate GNUnet ECC key files 30manipulate GNUnet ECC key files
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT 33.Op Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
34.Op Fl p | \-print-public-key 34.Op Fl p | -print-public-key
35.Op Fl P | \-print-private-key 35.Op Fl P | -print-private-key
36.Op Fl x | \-print-hex 36.Op Fl x | -print-hex
37.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 37.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
38.Op Fl h | \-help 38.Op Fl h | -help
39.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 39.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
40.Op Fl v | \-version 40.Op Fl v | -version
41.Ao Ar FILENAME Ac 41.Ao Ar FILENAME Ac
42.sp 42.sp
43.Sh DESCRIPTION 43.Sh DESCRIPTION
@@ -50,26 +50,26 @@ If the option
50.Fl p 50.Fl p
51is given, the corresponding public key will be printed to the console. 51is given, the corresponding public key will be printed to the console.
52.Bl -tag -width indent 52.Bl -tag -width indent
53.It Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT 53.It Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
54Create COUNT public-private key pairs and write them to FILENAME. 54Create COUNT public-private key pairs and write them to FILENAME.
55Used for creating a file for testing. 55Used for creating a file for testing.
56.It Fl p | \-print-public-key 56.It Fl p | -print-public-key
57Print the corresponding public key to stdout. 57Print the corresponding public key to stdout.
58This is the value used for PKEY records in GNS. 58This is the value used for PKEY records in GNS.
59.It Fl P | \-print-private-key 59.It Fl P | -print-private-key
60Print the corresponding private key to stdout. 60Print the corresponding private key to stdout.
61This is the value used for PKEY records in GNS. 61This is the value used for PKEY records in GNS.
62.It Fl x | \-print-hex 62.It Fl x | -print-hex
63Print the corresponding public key to stdout in HEX format. 63Print the corresponding public key to stdout in HEX format.
64Useful for comparing to Ed25519 keys in X.509 tools. 64Useful for comparing to Ed25519 keys in X.509 tools.
65.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 65.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
66Use the configuration file FILENAME. 66Use the configuration file FILENAME.
67.It Fl h | \-help 67.It Fl h | -help
68Print short help on options. 68Print short help on options.
69.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 69.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
70Use LOGLEVEL for logging. 70Use LOGLEVEL for logging.
71Valid values are DEBUG, INFO, WARNING and ERROR. 71Valid values are DEBUG, INFO, WARNING and ERROR.
72.It Fl v | \-version 72.It Fl v | -version
73Print GNUnet version number. 73Print GNUnet version number.
74.El 74.El
75.Sh SEE ALSO 75.Sh SEE ALSO