gnunet-ecc(1): syntax
authorng0 <ng0@n0.is>
Wed, 16 Oct 2019 17:58:46 +0000 (17:58 +0000)
committerng0 <ng0@n0.is>
Wed, 16 Oct 2019 17:58:46 +0000 (17:58 +0000)
doc/man/gnunet-ecc.1

index d99b6c00bcc63b2366f1040ee60083586cf6dbe3..432a039c4f4cfd0d0a53864da71b7a5957ed5e02 100644 (file)
 manipulate GNUnet ECC key files
 .Sh SYNOPSIS
 .Nm
-.Op Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT
-.Op Fl p | \-print-public-key
-.Op Fl P | \-print-private-key
-.Op Fl x | \-print-hex
-.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
-.Op Fl h | \-help
-.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
-.Op Fl v | \-version
+.Op Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
+.Op Fl p | -print-public-key
+.Op Fl P | -print-private-key
+.Op Fl x | -print-hex
+.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
+.Op Fl h | -help
+.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
+.Op Fl v | -version
 .Ao Ar FILENAME Ac
 .sp
 .Sh DESCRIPTION
@@ -50,26 +50,26 @@ If the option
 .Fl p
 is given, the corresponding public key will be printed to the console.
 .Bl -tag -width indent
-.It Fl g Ar COUNT | Fl \-generate-keys= Ns Ar COUNT
+.It Fl g Ar COUNT | Fl -generate-keys= Ns Ar COUNT
 Create COUNT public-private key pairs and write them to FILENAME.
 Used for creating a file for testing.
-.It Fl p | \-print-public-key
+.It Fl p | -print-public-key
 Print the corresponding public key to stdout.
 This is the value used for PKEY records in GNS.
-.It Fl P | \-print-private-key
+.It Fl P | -print-private-key
 Print the corresponding private key to stdout.
 This is the value used for PKEY records in GNS.
-.It Fl x | \-print-hex
+.It Fl x | -print-hex
 Print the corresponding public key to stdout in HEX format.
 Useful for comparing to Ed25519 keys in X.509 tools.
-.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
+.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
 Use the configuration file FILENAME.
-.It Fl h | \-help
+.It Fl h | -help
 Print short help on options.
-.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
+.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
 Use LOGLEVEL for logging.
 Valid values are DEBUG, INFO, WARNING and ERROR.
-.It Fl v | \-version
+.It Fl v | -version
 Print GNUnet version number.
 .El
 .Sh SEE ALSO