aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-identity.1
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-27 23:24:27 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-27 23:24:27 +0900
commit8ccba14bbf77f784f6490130928a26e678f13736 (patch)
treea3a523c230ed0ea512fa506036473c4693484942 /doc/man/gnunet-identity.1
parentee022170116cd20fc4983e176b62afd427791e68 (diff)
downloadgnunet-8ccba14bbf77f784f6490130928a26e678f13736.tar.gz
gnunet-8ccba14bbf77f784f6490130928a26e678f13736.zip
IDENTITY/NAMESTORE:
Remove the concept of "Subsystem default identities". Add GNUNET_ErrorCodes to IDENTITY subsystem.
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r--doc/man/gnunet-identity.111
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1
index 835dfb225..d693d3688 100644
--- a/doc/man/gnunet-identity.1
+++ b/doc/man/gnunet-identity.1
@@ -39,7 +39,6 @@
39.Op Fl p | -private-keys 39.Op Fl p | -private-keys
40.Op Fl q | -quiet 40.Op Fl q | -quiet
41.Op Fl R Ar MESSAGE | Fl -read= Ns Ar MESSAGE 41.Op Fl R Ar MESSAGE | Fl -read= Ns Ar MESSAGE
42.Op Fl s Ar SUBSYSTEM | Fl -set= Ns Ar SUBSYSTEM
43.Op Fl V | -verbose 42.Op Fl V | -verbose
44.Op Fl W Ar MESSAGE | Fl -write= Ns Ar MESSAGE 43.Op Fl W Ar MESSAGE | Fl -write= Ns Ar MESSAGE
45.Op Fl X | -eddsa 44.Op Fl X | -eddsa
@@ -100,16 +99,6 @@ Decrypt (read) a message using the respective ego private key. Use together with
100The message consists of an ephemeral key and the ciphertext, separated by a dot. 99The message consists of an ephemeral key and the ciphertext, separated by a dot.
101Such messages can be created with 100Such messages can be created with
102.Fl W . 101.Fl W .
103.It Fl s Ar SUBSYSTEM | Fl -set= Ns Ar SUBSYSTEM
104Perform "set" operation for the specified
105.Ar SUBSYSTEM
106with the respective ego.
107Needs to be used together with option
108.Fl e .
109After this, the given SUBSYSTEM will use the ego with the specified NAME.
110This will fail if
111.Ar NAME
112does not yet exist.
113.It Fl V | -verbose 102.It Fl V | -verbose
114Be verbose, in particular outputs the public key of freshly created egos. 103Be verbose, in particular outputs the public key of freshly created egos.
115.It Fl W Ar MESSAGE | Fl -write= Ns Ar MESSAGE 104.It Fl W Ar MESSAGE | Fl -write= Ns Ar MESSAGE