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.168
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/man/gnunet-reclaim.1 b/doc/man/gnunet-reclaim.1
index c1ab0d1aa..5003ef070 100644
--- a/doc/man/gnunet-reclaim.1
+++ b/doc/man/gnunet-reclaim.1
@@ -30,62 +30,62 @@
30Command-line tools for re:claimID subsystem 30Command-line tools for re:claimID subsystem
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl h | \-help 34.Op Fl h | -help
35.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 35.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
36.Op Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOGFILE 36.Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
37.Op Fl e Ar EGO | Fl \-ego= Ns Ar EGO 37.Op Fl e Ar EGO | Fl -ego= Ns Ar EGO
38.Op Fl a Ar NAME | Fl \-add= Ns Ar NAME 38.Op Fl a Ar NAME | Fl -add= Ns Ar NAME
39.Op Fl V Ar VALUE | Fl \-value= Ns Ar VALUE 39.Op Fl V Ar VALUE | Fl -value= Ns Ar VALUE
40.Op Fl d Ar ID | Fl \-delete= Ns Ar ID 40.Op Fl d Ar ID | Fl -delete= Ns Ar ID
41.Op Fl r Ar RP | Fl \-rp= Ns Ar RP 41.Op Fl r Ar RP | Fl -rp= Ns Ar RP
42.Op Fl D | \-dump 42.Op Fl D | -dump
43.Op Fl i Ar A1,A2,... | Fl \-issue= Ns Ar A1,A2,... 43.Op Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,...
44.Op Fl C Ar TICKET | Fl \-consume= Ns Ar TICKET 44.Op Fl C Ar TICKET | Fl -consume= Ns Ar TICKET
45.Op Fl R Ar TICKET | Fl \-revoke= Ns Ar TICKET 45.Op Fl R Ar TICKET | Fl -revoke= Ns Ar TICKET
46.Op Fl t Ar TYPE | Fl \-type= Ns Ar TYPE 46.Op Fl t Ar TYPE | Fl -type= Ns Ar TYPE
47.Op Fl T | \-tickets 47.Op Fl T | -tickets
48.Op Fl E Ar INTERVAL | Fl \-expiration= Ns Ar INTERVAL 48.Op Fl E Ar INTERVAL | Fl -expiration= Ns Ar INTERVAL
49.Op Fl v | \-version 49.Op Fl v | -version
50.Sh DESCRIPTION 50.Sh DESCRIPTION
51.Nm 51.Nm
52allows you to manage identity attributes and manage authorizations. 52allows you to manage identity attributes and manage authorizations.
53.Bl -tag -width indent 53.Bl -tag -width indent
54.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 54.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
55Use the configuration file FILENAME. 55Use the configuration file FILENAME.
56.It Fl h | \-help 56.It Fl h | -help
57Print short help on options. 57Print short help on options.
58.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 58.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
59Use LOGLEVEL for logging. 59Use LOGLEVEL for logging.
60Valid values are DEBUG, INFO, WARNING and ERROR. 60Valid values are DEBUG, INFO, WARNING and ERROR.
61.It Fl l Ar LOGFILE | Fl \-logfile= Ns Ar LOGFILE 61.It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
62Configure logging to write logs to LOGFILE. 62Configure logging to write logs to LOGFILE.
63.It Fl e Ar EGO | Fl \-ego= Ns Ar EGO 63.It Fl e Ar EGO | Fl -ego= Ns Ar EGO
64Specify identity to use. Always required. 64Specify identity to use. Always required.
65.It Fl a Ar NAME | Fl \-add= Ns Ar NAME 65.It Fl a Ar NAME | Fl -add= Ns Ar NAME
66Add an attribute with NAME. Must be used in conjunction with -V 66Add an attribute with NAME. Must be used in conjunction with -V
67.It Fl V Ar VALUE | Fl \-value= Ns Ar VALUE 67.It Fl V Ar VALUE | Fl -value= Ns Ar VALUE
68Specify value of attribute to add. 68Specify value of attribute to add.
69.It Fl t Ar TYPE | Fl \-type= Ns Ar TYPE 69.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE
70Specify type of attribute to add (Default: STRING) 70Specify type of attribute to add (Default: STRING)
71.It Fl d Ar ID | Fl \-delete= Ns Ar ID 71.It Fl d Ar ID | Fl -delete= Ns Ar ID
72Delete an attribute with ID. 72Delete an attribute with ID.
73.It Fl E Ar INTERVAL | Fl \-expiration= Ns Ar INTERVAL 73.It Fl E Ar INTERVAL | Fl -expiration= Ns Ar INTERVAL
74Specify relative expiration interval (freshness) of attribute. 74Specify relative expiration interval (freshness) of attribute.
75.It Fl D | \-dump 75.It Fl D | -dump
76List all attributes for given identity. 76List all attributes for given identity.
77.It Fl i Ar A1,A2,... | Fl \-issue= Ns Ar A1,A2,... 77.It Fl i Ar A1,A2,... | Fl -issue= Ns Ar A1,A2,...
78Authorize a relying party to access a set of attributes. Must be 78Authorize a relying party to access a set of attributes. Must be
79used in conjunction with -r. Returns a TICKET. 79used in conjunction with -r. Returns a TICKET.
80.It Fl r Ar RP | Fl \-rp= Ns Ar RP 80.It Fl r Ar RP | Fl -rp= Ns Ar RP
81The relying party to authorize (see -i). RP is a PKEY of the entity. 81The relying party to authorize (see -i). RP is a PKEY of the entity.
82.It Fl C Ar TICKET | Fl \-consume= Ns Ar TICKET 82.It Fl C Ar TICKET | Fl -consume= Ns Ar TICKET
83Consume TICKET and retrieve shared attributes. To be used by RP. 83Consume TICKET and retrieve shared attributes. To be used by RP.
84.It Fl R Ar TICKET | Fl \-revoke= Ns Ar TICKET 84.It Fl R Ar TICKET | Fl -revoke= Ns Ar TICKET
85Revoke TICKET. To be used by identity which issued TICKET. 85Revoke TICKET. To be used by identity which issued TICKET.
86.It Fl T | \-tickets 86.It Fl T | -tickets
87List issued tickets. 87List issued tickets.
88.It Fl v | \-version 88.It Fl v | -version
89Print GNUnet version number. 89Print GNUnet version number.
90.El 90.El
91.\".Sh EXAMPLES 91.\".Sh EXAMPLES