summaryrefslogtreecommitdiff
path: root/src/anyCtrOptions.cpp
diff options
context:
space:
mode:
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;
}