Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
intika committed May 12, 2019
1 parent 29709c3 commit c449252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int usage(char **argv) {
printf("- PROXYBOUND_ALLOW_LEAKS: Allow/Block unproxyfied protocols 'UDP/ICMP/RAW', blocked by default (1 or 0, default 0)\n");
printf("- PROXYBOUND_WORKING_INDICATOR: Create '/tmp/proxybound.tmp' when dll is working as intended (1 or 0, default 0)\n");
printf("\nMore help:\n");
printf("More help is available in README.md file\n\n");
printf("More help is available in README.md file https://github.com/Intika-Linux-Proxy/Proxybound\n\n");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit c449252

Please sign in to comment.