X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.c;h=033e5ba2e6af31dc2b21ede5e83efad72502f659;hb=04a443914e05704e6fcf58b738dcde5f75ce6a97;hp=7c7013383e3bf948c75742c6327a7308d0c8e4c3;hpb=4cdd39fdfdc5e791288d64c5bd1ded5012634123;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.c b/src/tlsproxy.c index 7c70133..033e5ba 100644 --- a/src/tlsproxy.c +++ b/src/tlsproxy.c @@ -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");