summaryrefslogtreecommitdiff
path: root/src/man/anytun-config.8.txt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-02 14:53:30 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-02 14:53:30 +0000
commit1eb9f3816376de7959e2ac7bd526510da4033b3d (patch)
tree33b28579054970e8d6c1e0ccc4f960efc6be605b /src/man/anytun-config.8.txt
parentallways write exceptions to log (diff)
changed -R|--route to -T|--route because -R was already taken
added a file containing all used letters for command line
Diffstat (limited to 'src/man/anytun-config.8.txt')
-rw-r--r--src/man/anytun-config.8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/anytun-config.8.txt b/src/man/anytun-config.8.txt
index 5f0f2db..258bec8 100644
--- a/src/man/anytun-config.8.txt
+++ b/src/man/anytun-config.8.txt
@@ -16,7 +16,7 @@ SYNOPSIS
[ *-m|--mux* <mux-id> ]
[ *-K|--key* <master key> ]
[ *-A|--salt* <master salt> ]
-[ *-R|--route* <net>/<prefix length> ]
+[ *-T|--route* <net>/<prefix length> ]
DESCRIPTION
-----------
@@ -86,7 +86,7 @@ Master salt in hexadecimal notation, eg
01a2b3c4d5e6f708a9b0cadbecfd, with a mandatory length
of 28 characters (14 bytes).
--R|--route <net>/<prefix length>
+-T|--route <net>/<prefix length>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
add a route to connection. This can be invoked several times.