]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
src/tlsproxy.c: Fix missing -t in print_usage().
authorSimon Ruderich <simon@ruderich.org>
Mon, 7 Mar 2011 17:05:17 +0000 (18:05 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 7 Mar 2011 17:05:17 +0000 (18:05 +0100)
src/tlsproxy.c

index 7c7013383e3bf948c75742c6327a7308d0c8e4c3..033e5ba2e6af31dc2b21ede5e83efad72502f659 100644 (file)
@@ -272,7 +272,7 @@ static void parse_arguments(int argc, char **argv) {
     }
 }
 static void print_usage(const char *argv) {
-    fprintf(stderr, "Usage: %s [-p host:port] port\n", argv);
+    fprintf(stderr, "Usage: %s [-p host:port] [-t count] port\n", argv);
     fprintf(stderr, "\n");
     fprintf(stderr, "-p proxy hostname and port\n");
     fprintf(stderr, "-t number of threads [default: 10]\n");