Fix grammar in usage message to keep Lintian happy.

This commit is contained in:
Carlos Maddela 2016-12-05 18:37:11 +11:00
parent 0bd2130352
commit 6dcaf533d1

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-f allows to manually specify a configfile to use\n"
"\t-f allows one 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;
}