diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-04-11 12:17:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-04-11 12:17:29 +0000 |
commit | e91e76861238b92c43c1938d4bf7179a94ba4b37 (patch) | |
tree | 207e226e997d8a28585a011950e126f535c25143 /doc/man/gnunet-core.1 | |
parent | c9c365ef1d9bec066e6cd6163f655bc16a192c9a (diff) |
-improve/simplify gnunet-core tool and update man page
Diffstat (limited to 'doc/man/gnunet-core.1')
-rw-r--r-- | doc/man/gnunet-core.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/man/gnunet-core.1 b/doc/man/gnunet-core.1 index 0971b423ce..e2ada055aa 100644 --- a/doc/man/gnunet-core.1 +++ b/doc/man/gnunet-core.1 @@ -1,6 +1,6 @@ -.TH gnunet\-core "1" "1 Apr 2012" "GNUnet" +.TH gnunet\-core "1" "11 Apr 2014" "GNUnet" .SH NAME -gnunet\-core \- measure and control the core subsystem +gnunet\-core \- monitor CORE subsystem .SH SYNOPSIS .B gnunet\-core @@ -8,7 +8,7 @@ gnunet\-core \- measure and control the core subsystem .SH DESCRIPTION .PP -gnunet\-core is a tool to access various functions of GNUnet's core subsystem from the command\-line. The only function right now is to list the peers that are directly connected to this peer (with successful cryptographic handshake). +gnunet\-core is a tool to access various functions of GNUnet's core subsystem from the command\-line. The only function right now is to monitor the status of peers known to the CORE service. .TP \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR @@ -20,6 +20,9 @@ print help page \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG. .TP +\fB\-m\fR, \fB\-\-monitor\fR +in monitor mode, gnunet\-core will continuously print the connection status, instead of giving just a snapshot +.TP \fB\-v\fR, \fB\-\-version\fR print the version number .TP |