Thinko from my old subversion tree

This commit is contained in:
Dag Wieers 2012-08-27 00:42:13 +02:00
parent 9bcf2abe8d
commit 3d9ca1fe50

View file

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