aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-identity.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 10:52:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 10:52:29 +0000
commitc23890cf4401a84ff2fbcbcfafc9312e10e5fdac (patch)
tree4e472f6431a4df22bb5959e7b96d619578360f10 /doc/man/gnunet-identity.1
parent6b8879d34c25decb07fab5ce2cc4a694726db0e2 (diff)
downloadgnunet-c23890cf4401a84ff2fbcbcfafc9312e10e5fdac.tar.gz
gnunet-c23890cf4401a84ff2fbcbcfafc9312e10e5fdac.zip
-improving gnunet-identity command line options and man pages
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r--doc/man/gnunet-identity.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1
index be6714cda..3103791c8 100644
--- a/doc/man/gnunet-identity.1
+++ b/doc/man/gnunet-identity.1
@@ -21,6 +21,10 @@ Creates a new ego with the given NAME.
21Delete the ego with the given NAME. 21Delete the ego with the given NAME.
22 22
23.TP 23.TP
24\fB\-e NAME\fR, \fB\-\-ego=NAME\fR
25Perform "set" operation with the respective ego. Needs to be used together with option \-s.
26
27.TP
24\fB\-h\fR, \fB\-\-help\fR 28\fB\-h\fR, \fB\-\-help\fR
25Print help page. 29Print help page.
26 30
@@ -32,6 +36,10 @@ display all ouf our egos
32\fB\-m\fR, \fB\-\-monitor\fR 36\fB\-m\fR, \fB\-\-monitor\fR
33run in monitor mode, listing all ouf our egos until CTRL-C is pressed. Each ego is listed together with a unique pointer value; if egos are renamed, that pointer value remains the same; if egos are deleted, they are listed one more time with a name of "<null>". 37run in monitor mode, listing all ouf our egos until CTRL-C is pressed. Each ego is listed together with a unique pointer value; if egos are renamed, that pointer value remains the same; if egos are deleted, they are listed one more time with a name of "<null>".
34 38
39.TP
40\fB\-s SUBSYSTEM\fR, \fB\-\-set=SUBSYSTEM\fR
41Perform "set" operation for the specified SUBSYSTEM with the respective ego. Needs to be used together with option \-e. After this, the given SUBSYSTEM will use the ego with the specified NAME. This will fail if NAME does not yet exist.
42
35 43
36.SH FILES 44.SH FILES
37.TP 45.TP