summaryrefslogtreecommitdiff
path: root/src/anyCtrOptions.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-15 21:09:25 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-15 21:09:25 +0000
commit1a4d752ec8b3ea7e05bded920c3abb8b33e7da21 (patch)
tree85e0d085c746a14c7feae27885d28640bae72029 /src/anyCtrOptions.cpp
parentbuild linux specific part only on linux (diff)
added anytun-controld -X option docu
Diffstat (limited to 'src/anyCtrOptions.cpp')
-rw-r--r--src/anyCtrOptions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anyCtrOptions.cpp b/src/anyCtrOptions.cpp
index 70568a5..6f53a78 100644
--- a/src/anyCtrOptions.cpp
+++ b/src/anyCtrOptions.cpp
@@ -176,6 +176,7 @@ void Options::printUsage()
std::cout << " [-H|--chroot-dir] <path> chroot to this directory" << std::endl;
std::cout << " [-P|--write-pid] <path> write pid to this file" << std::endl;
std::cout << " [-f|--file] <path> path to file" << std::endl;
+ std::cout << " [-X|--control-host] <host:port> local tcp port to bind to" << std::endl;
}