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) "