1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-12 08:41:07 +00:00

Merge pull request #1301 from roycewilliams/master

Note that -b now implies -O, and how to override
This commit is contained in:
Jens Steube 2017-07-19 10:32:03 +02:00 committed by GitHub
commit 9c5057aa38

View File

@ -39,6 +39,8 @@ void welcome_screen (hashcat_ctx_t *hashcat_ctx, const char *version_tag)
{ {
event_log_info (hashcat_ctx, "%s (%s) starting in benchmark mode...", PROGNAME, version_tag); event_log_info (hashcat_ctx, "%s (%s) starting in benchmark mode...", PROGNAME, version_tag);
event_log_info (hashcat_ctx, NULL); event_log_info (hashcat_ctx, NULL);
event_log_advice (hashcat_ctx, "Benchmarking uses optimized kernels (-O). To disable, use a workload profile (-w)");
event_log_advice (hashcat_ctx, NULL);
} }
else else
{ {