diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-05 10:52:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-05 10:52:29 +0000 |
commit | c23890cf4401a84ff2fbcbcfafc9312e10e5fdac (patch) | |
tree | 4e472f6431a4df22bb5959e7b96d619578360f10 /doc/man/gnunet-identity.1 | |
parent | 6b8879d34c25decb07fab5ce2cc4a694726db0e2 (diff) |
-improving gnunet-identity command line options and man pages
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r-- | doc/man/gnunet-identity.1 | 8 |
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. Delete the ego with the given NAME. .TP +\fB\-e NAME\fR, \fB\-\-ego=NAME\fR +Perform "set" operation with the respective ego. Needs to be used together with option \-s. + +.TP \fB\-h\fR, \fB\-\-help\fR Print help page. @@ -32,6 +36,10 @@ display all ouf our egos \fB\-m\fR, \fB\-\-monitor\fR run 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>". +.TP +\fB\-s SUBSYSTEM\fR, \fB\-\-set=SUBSYSTEM\fR +Perform "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. + .SH FILES .TP |