From 91d2ce9947d03b28c70c62bb7872eb2821c917e8 Mon Sep 17 00:00:00 2001 From: Daniel Jonka Date: Wed, 3 Feb 2016 17:31:45 +0100 Subject: [PATCH] fixed typo --- cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.c b/cmdline.c index 8b64aa9..65b6546 100644 --- a/cmdline.c +++ b/cmdline.c @@ -45,7 +45,7 @@ void cmdline_parser_print_help (void) { cmdline_parser_print_version (); printf( "Usage: %s [OPTIONS]...\n" -"Build generic tunnels trough HTTPS proxies using HTTP authentication\n" +"Build generic tunnels through HTTPS proxies using HTTP authentication\n" "\n" "Standard options:\n" // FIXME: " -c, --config=FILE Read config options from file\n"