Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Maddela <e7appew@gmail.com>2016-12-05 10:37:11 +0300
committerCarlos Maddela <e7appew@gmail.com>2016-12-05 10:37:11 +0300
commit6dcaf533d111c70561ff2c9b1745af2cfcf92638 (patch)
tree3049a2b6c3abb3633f606b42c588af42e9746dc1
parent0bd2130352a59e5993ce1d1b9fae6e65fe8fa447 (diff)
Fix grammar in usage message to keep Lintian happy.
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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;
}