From 6dcaf533d111c70561ff2c9b1745af2cfcf92638 Mon Sep 17 00:00:00 2001 From: Carlos Maddela Date: Mon, 5 Dec 2016 18:37:11 +1100 Subject: [PATCH] Fix grammar in usage message to keep Lintian happy. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index b3532d6..01549fe 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-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; }