mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 10:36:13 +00:00
Cleanup
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@77 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
967f0ef606
commit
7dd573f85f
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
config.h
2
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) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue