aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-reclaim.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-reclaim.1')
-rw-r--r--doc/man/gnunet-reclaim.113
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/man/gnunet-reclaim.1 b/doc/man/gnunet-reclaim.1
index 049bff155..a38d9c9e0 100644
--- a/doc/man/gnunet-reclaim.1
+++ b/doc/man/gnunet-reclaim.1
@@ -39,6 +39,9 @@
39.Op Fl d Ar ID | Fl -delete= Ns Ar ID 39.Op Fl d Ar ID | Fl -delete= Ns Ar ID
40.Op Fl r Ar RP | Fl -rp= Ns Ar RP 40.Op Fl r Ar RP | Fl -rp= Ns Ar RP
41.Op Fl D | -dump 41.Op Fl D | -dump
42.Op Fl A | -credentials
43.Op Fl I | -credential-id Ns Ar CREDENTIAL_ID
44.Op Fl N | -credential-name Ns AR NAME
42.Op Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,... 45.Op Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,...
43.Op Fl C Ar TICKET | Fl -consume= Ns Ar TICKET 46.Op Fl C Ar TICKET | Fl -consume= Ns Ar TICKET
44.Op Fl R Ar TICKET | Fl -revoke= Ns Ar TICKET 47.Op Fl R Ar TICKET | Fl -revoke= Ns Ar TICKET
@@ -62,9 +65,9 @@ Configure logging to write logs to LOGFILE.
62.It Fl e Ar EGO | Fl -ego= Ns Ar EGO 65.It Fl e Ar EGO | Fl -ego= Ns Ar EGO
63Specify identity to use. Always required. 66Specify identity to use. Always required.
64.It Fl a Ar NAME | Fl -add= Ns Ar NAME 67.It Fl a Ar NAME | Fl -add= Ns Ar NAME
65Add an attribute with NAME. Must be used in conjunction with -V 68Add or update an attribute with NAME. Must be used in conjunction with -V
66.It Fl V Ar VALUE | Fl -value= Ns Ar VALUE 69.It Fl V Ar VALUE | Fl -value= Ns Ar VALUE
67Specify value of attribute to add. 70Specify value of attribute to add or update.
68.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE 71.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE
69Specify type of attribute to add (Default: STRING) 72Specify type of attribute to add (Default: STRING)
70.It Fl d Ar ID | Fl -delete= Ns Ar ID 73.It Fl d Ar ID | Fl -delete= Ns Ar ID
@@ -73,6 +76,12 @@ Delete an attribute with ID.
73Specify relative expiration interval (freshness) of attribute. 76Specify relative expiration interval (freshness) of attribute.
74.It Fl D | -dump 77.It Fl D | -dump
75List all attributes for given identity. 78List all attributes for given identity.
79.It Fl A | -credentials
80List credentials for a given identity.
81.It Fl I | -credential-id= Ns Ar CREDENTIAL_ID
82Credential ID to use when creating an attribute backed by a credential
83.It Fl N | -credential-name= Ns Ar NAME
84The name of the credential to add.
76.It Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,... 85.It Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,...
77Authorize a relying party to access a set of attributes. Must be 86Authorize a relying party to access a set of attributes. Must be
78used in conjunction with -r. Returns a TICKET. 87used in conjunction with -r. Returns a TICKET.