From c713196d8be7b45b8ba68feeae4fd2093696455d Mon Sep 17 00:00:00 2001 From: _NSAKEY Date: Tue, 21 Jun 2016 06:09:27 -0500 Subject: [PATCH 1/2] Another trivial log message edit. --- src/hashcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashcat.c b/src/hashcat.c index 9331ec74d..744d7d72d 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 (""); From 26dada5a19a613f1828e2ba3e2f81ee6bc652700 Mon Sep 17 00:00:00 2001 From: _NSAKEY Date: Tue, 21 Jun 2016 06:11:00 -0500 Subject: [PATCH 2/2] Capitalization. --- src/hashcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashcat.c b/src/hashcat.c index 744d7d72d..66568626e 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -14116,7 +14116,7 @@ int main (int argc, char **argv) { if (algorithm_pos == 0) { - log_info ("- Device #%u: WARNING: Not a native intel opencl runtime, expect massive speed loss", device_id + 1); + log_info ("- Device #%u: WARNING: Not a native Intel OpenCL runtime, expect massive speed loss", device_id + 1); log_info (" You can use --force to override this but do not post error reports if you do so"); }