diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-11-10 22:16:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-11-10 22:16:54 +0000 |
commit | aff1f91313bfcb9f34e8c038ef2768e92cc8f3b3 (patch) | |
tree | 981d319165ee837450db7949f243357757c7fdad /doc | |
parent | 9cf1bc6a99fe52225cb216150f65035c4faeb227 (diff) |
"man gnunet-peerinfo" doesn't have the -g or -p options which are listed in "gnunet-peerinfo --help". One spelling mistake is also fixed in the attached "diff" (see: additional information). This was against r24891. - #2649.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-peerinfo.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man/gnunet-peerinfo.1 b/doc/man/gnunet-peerinfo.1 index e2691b11af..354fd05d78 100644 --- a/doc/man/gnunet-peerinfo.1 +++ b/doc/man/gnunet-peerinfo.1 @@ -17,12 +17,18 @@ gnunet\-peerinfo \- Display information about other peers. .IP "\-c FILENAME, \-\-config=FILENAME" Load config file (default: ~/.gnunet/gnunet.conf) .B +.IP "\-g, \-\-get\-hello +Output HELLO uri(s) +.B .IP "\-h, \-\-help" Print help page .B .IP "\-n, \-\-numeric" Disable resolution of IPs to hostnames .B +.IP "\-p, \-\-put\-hello=HELLO +Add given HELLO uri to the database +.B .IP "\-q, \-\-quiet" Do not print anything but the peer identities .B @@ -32,7 +38,7 @@ Print only our own identity (together with "\-q", this is the exact line that ot .IP "\-v, \-\-version" Print the version number .B -.IP "\-L LOGLEVEL, \-\-loglelvel=LOGLEVEL" +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Set the loglevel |