diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-03-04 02:42:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-03-04 02:42:48 +0000 |
commit | 5573c76556d4b5055a0d55031d36ffe185454f6d (patch) | |
tree | be226c4f920681b41f1441f0ca2753d35a622b6e /doc | |
parent | a100428ffd01733a28f4e66b61c958d9367209c2 (diff) |
fix #2811 - missing options in gnunet-peerinfo man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-peerinfo.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/man/gnunet-peerinfo.1 b/doc/man/gnunet-peerinfo.1 index 354fd05d7..bbb57b518 100644 --- a/doc/man/gnunet-peerinfo.1 +++ b/doc/man/gnunet-peerinfo.1 @@ -1,4 +1,4 @@ -.TH GNUNET\-PEERINFO 1 "Mar 15, 2009" "GNUnet" +.TH GNUNET\-PEERINFO 1 "Mar 4, 2013" "GNUnet" .SH NAME gnunet\-peerinfo \- Display information about other peers. @@ -23,6 +23,15 @@ Output HELLO uri(s) .IP "\-h, \-\-help" Print help page .B +.IP "\-i, \-\-info" +List all known peers (and their addresses) +.B +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Set the loglevel +.B +.IP "\-l LOGFILE, \-\-logfile=LOGFILE" +Log messages to LOGFILE +.B .IP "\-n, \-\-numeric" Disable resolution of IPs to hostnames .B @@ -37,9 +46,6 @@ Print only our own identity (together with "\-q", this is the exact line that ot .B .IP "\-v, \-\-version" Print the version number -.B -.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" -Set the loglevel .SH BUGS |