fix typo in help message

pull/3/head
guanqun 2012-08-27 23:30:45 +08:00
parent 01b8c81e90
commit bbf8b7aab0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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;
}