From b9465a4c8ccd78bcbc5785931493c6591d4699ad Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 8 Aug 2017 16:08:05 +0200 Subject: [PATCH] spelling --- hydra-irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-irc.c b/hydra-irc.c index 601715b..f41f655 100644 --- a/hydra-irc.c +++ b/hydra-irc.c @@ -224,5 +224,5 @@ int32_t service_irc_init(char *ip, int32_t sp, unsigned char options, char *misc } void usage_irc(const char* service) { - printf("Module irc is optionally taking the general server password, if the server is requiring one\n" "and none is passed the password from -p/-P will be used\n\n"); + printf("Module irc is optionally taking the general server password, if the server is requiring one, and if none is passed the password from -p/-P will be used\n\n"); }