From 7dd573f85f220decc17076612f59e84d44fcc2a5 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Fri, 30 Sep 2005 10:34:22 +0000 Subject: [PATCH] Cleanup git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@77 bc163920-b10d-0410-b2c5-a5491ca2ceef --- cmdline.c | 6 +++--- config.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmdline.c b/cmdline.c index be87892..8f62eb9 100755 --- a/cmdline.c +++ b/cmdline.c @@ -77,9 +77,9 @@ cmdline_parser_print_help (void) printf( "\nExamples:\n" "%s [ -h | -V ]\n" -"%s -i [ -u user -s pass ] -g host -G port -d host -D port [ -n ] [ -v | -q ]\n" -"%s -i [ -U envvar -S envvar ] -g host -G port -d host -D port [ -n ] [ -v | -q ]\n" -"%s -a port [ -u user -s pass ] -g host -G port -d host -D port [ -n ] [ -v | -q ]\n", PACKAGE, PACKAGE, PACKAGE, PACKAGE ); +"%s -i [ -u user ] -g host -G port -d host -D port [ -n ] [ -v | -q ]\n" +"%s -i [ -U envvar ] -g host -G port -d host -D port [ -n ] [ -v | -q ]\n" +"%s -a port -g host -G port -d host -D port [ -n ] [ -v | -q ]\n", PACKAGE, PACKAGE, PACKAGE, PACKAGE ); #ifndef HAVE_GETOPT_LONG diff --git a/config.h b/config.h index 493029e..152ba3b 100755 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.5.0" +#define VERSION "1.5.1" #define PACKAGE "Proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "