mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Thinko from my old subversion tree
This commit is contained in:
parent
9bcf2abe8d
commit
3d9ca1fe50
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ int cmdline_parser( int argc, char * const *argv, struct gengetopt_args_info *ar
|
|||
}
|
||||
}
|
||||
|
||||
if (! args_info->proxy_given || ! args_info->dest_given ) {
|
||||
if (! args_info->proxy_given && ! args_info->dest_given ) {
|
||||
clear_args ();
|
||||
// cmdline_parser_print_help ();
|
||||
message( "No proxy or destination given, exiting\nUse '--help' flag for usage info\n" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue