summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@go2.pl>2014-12-11 19:31:13 +0100
committerGDR! <gdr@go2.pl>2014-12-11 19:31:13 +0100
commitab22ba6bcbc395527950fcb9743080c651ab5ef8 (patch)
treeaf91c8a07c4d111026c58188d24c851d7de8db84
parentaada851bb2c5576ba9afb1a486ea4b01e0c05ac3 (diff)
Help on -C switch
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 4b7a3c5..73ad1d0 100644
--- a/main.c
+++ b/main.c
@@ -770,6 +770,7 @@ void help()
770 fprintf(stderr, "-L <localport>:<remotehostname>:<remoteport> - forward <remotehostname>:<remoteport> to 127.0.0.1:<localport>\n"); 770 fprintf(stderr, "-L <localport>:<remotehostname>:<remoteport> - forward <remotehostname>:<remoteport> to 127.0.0.1:<localport>\n");
771 fprintf(stderr, "-P <remotehostname>:<remoteport> - forward <remotehostname>:<remoteport> to stdin/stdout (SSH ProxyCommand mode)\n"); 771 fprintf(stderr, "-P <remotehostname>:<remoteport> - forward <remotehostname>:<remoteport> to stdin/stdout (SSH ProxyCommand mode)\n");
772 fprintf(stderr, "-p - ping the server from -i and exit\n"); 772 fprintf(stderr, "-p - ping the server from -i and exit\n");
773 fprintf(stderr, "-C <dir> - save private key in <dir> instead of /etc/tuntox in server mode\n");
773} 774}
774 775
775int main(int argc, char *argv[]) 776int main(int argc, char *argv[])