diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-12-14 10:43:02 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-12-14 10:43:02 +0000 |
commit | 3499b4be12c579074f882e2c7de8021ae6359e96 (patch) | |
tree | e7a088d28eca96e7fa39499a1990443948d5f368 /doc | |
parent | 750d02ed02bd548745041144949861993a71d5e0 (diff) |
updated man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-ats.1 | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/man/gnunet-ats.1 b/doc/man/gnunet-ats.1 index 5998e0256..c143f7a13 100644 --- a/doc/man/gnunet-ats.1 +++ b/doc/man/gnunet-ats.1 @@ -15,12 +15,21 @@ addresses and the assigned input and output bandwidth. .SH OPTIONS .B +.IP "\-a, \-\-aa" +List all addresses currently known to ats. +.B .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. .B .IP "\-h, \-\-help" Print short help on options. .B +.IP "\-i, \-\-id=PEERID" +Print information for a specific peer identity only +.B +.IP "\-k, \-\-value=VALUE" +Value to set for when changing preference values +.B .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. .B @@ -30,10 +39,24 @@ Monitor changes to the bandwidth assignments continously .IP "\-n, \-\-numeric" Do not resolve IP addresses to hostnames .B +.IP "\-k, \-\-preference=E" +Set preference values, -i, -k and -t required +.B +.IP "\-q, \-\-quotas" +Print quotas for all network types +.B +.IP "\-t, \-\-type=VALUE" +Preference type to change: latency | bandwidth +.B +.IP "\-u, \-\-used" +Print addresses actively used only +.B +.IP "\-V, \-\-verbose" +Print verbose output (include ATS address properties) +.B .IP "\-v, \-\-version" Print GNUnet version number. - .SH BUGS Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> |