From: _NSAKEY Date: Tue, 21 Jun 2016 11:09:27 +0000 (-0500) Subject: Another trivial log message edit. X-Git-Tag: v3.00~31^2~1 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=c713196d8be7b45b8ba68feeae4fd2093696455d Another trivial log message edit. --- diff --git a/src/hashcat.c b/src/hashcat.c index 9331ec7..744d7d7 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6619,7 +6619,7 @@ int main (int argc, char **argv) if (force == 0) { log_info ("The manual use of the -u option (or --kernel-loops) is outdated"); - log_info ("Please consider using the option -w instead"); + log_info ("Please consider using the -w option instead"); log_info ("You can use --force to override this but do not post error reports if you do so"); log_info ("");