From bbf8b7aab087420a648a5bea22441fdd50caa2ec Mon Sep 17 00:00:00 2001 From: guanqun Date: Mon, 27 Aug 2012 23:30:45 +0800 Subject: [PATCH] fix typo in help message --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 13cbdb7..996165f 100644 --- a/src/main.c +++ b/src/main.c @@ -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; }