aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-identity.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r--doc/man/gnunet-identity.138
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1
index fba649e8d..9aa48ea4c 100644
--- a/doc/man/gnunet-identity.1
+++ b/doc/man/gnunet-identity.1
@@ -29,16 +29,16 @@
29.Nd create, delete or list egos 29.Nd create, delete or list egos
30.Sh SYNOPSIS 30.Sh SYNOPSIS
31.Nm 31.Nm
32.Op Fl C Ar NAME | Fl \-create= Ns Ar NAME 32.Op Fl C Ar NAME | Fl -create= Ns Ar NAME
33.Op Fl D Ar NAME | Fl \-delete= Ns Ar NAME 33.Op Fl D Ar NAME | Fl -delete= Ns Ar NAME
34.Op Fl d | \-display 34.Op Fl d | -display
35.Op Fl e Ar NAME | Fl \-ego= Ns Ar NAME 35.Op Fl e Ar NAME | Fl -ego= Ns Ar NAME
36.Op Fl h | \-help 36.Op Fl h | -help
37.Op Fl m | \-monitor 37.Op Fl m | -monitor
38.Op Fl p | \-private-keys 38.Op Fl p | \-private-keys
39.Op Fl q | \-quiet 39.Op Fl q | -quiet
40.Op Fl s Ar SUBSYSTEM | Fl \-set= Ns Ar SUBSYSTEM 40.Op Fl s Ar SUBSYSTEM | Fl -set= Ns Ar SUBSYSTEM
41.Op Fl V | \-verbose 41.Op Fl V | -verbose
42.Sh DESCRIPTION 42.Sh DESCRIPTION
43.Nm 43.Nm
44is a tool for managing egos. 44is a tool for managing egos.
@@ -58,29 +58,29 @@ This identifier is only used locally for this peer and not shared
58with other peers. 58with other peers.
59The options are as follows: 59The options are as follows:
60.Bl -tag -width indent 60.Bl -tag -width indent
61.It Fl C Ar NAME | Fl \-create= Ns Ar NAME 61.It Fl C Ar NAME | Fl -create= Ns Ar NAME
62Creates a new ego with the given 62Creates a new ego with the given
63.Ar NAME . 63.Ar NAME .
64.It Fl D Ar NAME | Fl \-delete= Ns Ar NAME 64.It Fl D Ar NAME | Fl -delete= Ns Ar NAME
65Delete the ego with the given 65Delete the ego with the given
66.Ar NAME . 66.Ar NAME .
67.It Fl d | \-display 67.It Fl d | -display
68Display all of our egos. 68Display all of our egos.
69.It Fl e Ar NAME | Fl \-ego= Ns Ar NAME 69.It Fl e Ar NAME | Fl -ego= Ns Ar NAME
70Perform "set" operation with the respective ego or restrict "display" 70Perform "set" operation with the respective ego or restrict "display"
71operation to the respective ego. 71operation to the respective ego.
72.It Fl h | \-help 72.It Fl h | -help
73Print the help page. 73Print the help page.
74.It Fl m | \-monitor 74.It Fl m | -monitor
75Run in monitor mode, listing all ouf our egos until CTRL-C is pressed. 75Run in monitor mode, listing all ouf our egos until CTRL-C is pressed.
76Each ego is listed together with a unique pointer value; if 76Each ego is listed together with a unique pointer value; if
77egos are renamed, that pointer value remains the same, 77egos are renamed, that pointer value remains the same,
78if egos are deleted, they are listed one more time with a name of "<null>". 78if egos are deleted, they are listed one more time with a name of "<null>".
79.It Fl p | \-private-keys 79.It Fl p | -private-keys
80Print the private keys (in Crockford Base32 encoding), and not just the public keys. 80Print the private keys (in Crockford Base32 encoding), and not just the public keys.
81.It Fl q | \-quiet 81.It Fl q | -quiet
82Be quiet, in particular outputs only the public key when listing egos. 82Be quiet, in particular outputs only the public key when listing egos.
83.It Fl s Ar SUBSYSTEM | Fl \-set= Ns Ar SUBSYSTEM 83.It Fl s Ar SUBSYSTEM | Fl -set= Ns Ar SUBSYSTEM
84Perform "set" operation for the specified 84Perform "set" operation for the specified
85.Ar SUBSYSTEM 85.Ar SUBSYSTEM
86with the respective ego. 86with the respective ego.
@@ -90,7 +90,7 @@ After this, the given SUBSYSTEM will use the ego with the specified NAME.
90This will fail if 90This will fail if
91.Ar NAME 91.Ar NAME
92does not yet exist. 92does not yet exist.
93.It Fl V | \-verbose 93.It Fl V | -verbose
94Be verbose, in particular outputs the public key of freshly created egos. 94Be verbose, in particular outputs the public key of freshly created egos.
95.El 95.El
96.Sh FILES 96.Sh FILES