aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-12-14 10:43:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-12-14 10:43:02 +0000
commit3499b4be12c579074f882e2c7de8021ae6359e96 (patch)
treee7a088d28eca96e7fa39499a1990443948d5f368
parent750d02ed02bd548745041144949861993a71d5e0 (diff)
downloadgnunet-3499b4be12c579074f882e2c7de8021ae6359e96.tar.gz
gnunet-3499b4be12c579074f882e2c7de8021ae6359e96.zip
updated man page
-rw-r--r--doc/man/gnunet-ats.125
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.
15 15
16.SH OPTIONS 16.SH OPTIONS
17.B 17.B
18.IP "\-a, \-\-aa"
19List all addresses currently known to ats.
20.B
18.IP "\-c FILENAME, \-\-config=FILENAME" 21.IP "\-c FILENAME, \-\-config=FILENAME"
19Use the configuration file FILENAME. 22Use the configuration file FILENAME.
20.B 23.B
21.IP "\-h, \-\-help" 24.IP "\-h, \-\-help"
22Print short help on options. 25Print short help on options.
23.B 26.B
27.IP "\-i, \-\-id=PEERID"
28Print information for a specific peer identity only
29.B
30.IP "\-k, \-\-value=VALUE"
31Value to set for when changing preference values
32.B
24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 33.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 34Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
26.B 35.B
@@ -30,10 +39,24 @@ Monitor changes to the bandwidth assignments continously
30.IP "\-n, \-\-numeric" 39.IP "\-n, \-\-numeric"
31Do not resolve IP addresses to hostnames 40Do not resolve IP addresses to hostnames
32.B 41.B
42.IP "\-k, \-\-preference=E"
43Set preference values, -i, -k and -t required
44.B
45.IP "\-q, \-\-quotas"
46Print quotas for all network types
47.B
48.IP "\-t, \-\-type=VALUE"
49Preference type to change: latency | bandwidth
50.B
51.IP "\-u, \-\-used"
52Print addresses actively used only
53.B
54.IP "\-V, \-\-verbose"
55Print verbose output (include ATS address properties)
56.B
33.IP "\-v, \-\-version" 57.IP "\-v, \-\-version"
34Print GNUnet version number. 58Print GNUnet version number.
35 59
36
37.SH BUGS 60.SH BUGS
38Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org> 61Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <bug\-gnunet@gnu.org>
39 62