Merge pull request #44 from hmgle/fix_usage

fix #43
This commit is contained in:
Adam Hamsik 2014-06-30 16:13:36 +02:00
commit 0c39bb25a6

View File

@ -28,7 +28,7 @@
static int usage(char **argv) {
printf("\nUsage:\t%s -q -f config_file program_name [arguments]\n"
"\t-q makes proxychains quiet - this overrides the config setting\n"
"\t-t allows to manually specify a configfile to use\n"
"\t-f allows to manually specify a configfile to use\n"
"\tfor example : proxychains telnet somehost.com\n" "More help in README file\n\n", argv[0]);
return EXIT_FAILURE;
}