summaryrefslogtreecommitdiff
path: root/src/man
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
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')
-rw-r--r--src/man/anytun-config.8.txt4
-rw-r--r--src/man/anytun.8.txt4
2 files changed, 4 insertions, 4 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.
diff --git a/src/man/anytun.8.txt b/src/man/anytun.8.txt
index 76c274d..2dd0a11 100644
--- a/src/man/anytun.8.txt
+++ b/src/man/anytun.8.txt
@@ -30,7 +30,7 @@ SYNOPSIS
[ *-x|--post-up-script* <script> ]
[ *-w|--window-size* <window size> ]
[ *-m|--mux* <mux-id> ]
-[ *-R|--route* <net>/<prefix length> ]
+[ *-T|--route* <net>/<prefix length> ]
[ *-c|--cipher* <cipher type> ]
[ *-K|--key* <master key> ]
[ *-A|--salt* <master salt> ]
@@ -246,7 +246,7 @@ window size of 0 is used.
the multiplex id to use. default: 0
--R|--route <net>/<prefix length>
+-T|--route <net>/<prefix length>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
add a route to connection. This can be invoked several times.