diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-03-04 02:42:48 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-03-04 02:42:48 +0000 |
commit | 1f0df1475e44052e0eb641dcc0eb621af83db991 (patch) | |
tree | be226c4f920681b41f1441f0ca2753d35a622b6e /doc | |
parent | 66cc34d808189fdf631ad46d973f20d2a9cf5ee7 (diff) |
fix #2811 - missing options in gnunet-peerinfo man page
git-svn-id: https://gnunet.org/svn/gnunet@26282 140774ce-b5e7-0310-ab8b-a85725594a96
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 354fd05d78..bbb57b5187 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 |