gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: gnunet-ecc(1): syntax


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: gnunet-ecc(1): syntax
Date: Wed, 16 Oct 2019 20:01:15 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b6995e48b gnunet-ecc(1): syntax
b6995e48b is described below

commit b6995e48b7e19bbbb0b92b34726d98b15fba0f20
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 16 17:58:46 2019 +0000

    gnunet-ecc(1): syntax
---
 doc/man/gnunet-ecc.1 | 32 ++++++++++++++++----------------
 1 file 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 @@
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]