mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-20 17:59:03 +00:00
Rework version output
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@217 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
3e41a9f14c
commit
cfb799549f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ extern char * optarg;
|
|||
static char *getCredentialsFromFile( const char* filename, char **user, char **pass, char **rem_user, char **rem_pass);
|
||||
|
||||
void cmdline_parser_print_version (void) {
|
||||
printf ("%s %s (rev %d)\nCopyright 2001-2008 Proxytunnel Project\n%s\n", PACKAGE, VERSION, REV, AUTHORS);
|
||||
printf ("%s %s (rev %d) Copyright 2001-2008 Proxytunnel Project\n", PACKAGE, VERSION, REV);
|
||||
}
|
||||
|
||||
void cmdline_parser_print_help (void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue