diff --git a/src/hashcat.c b/src/hashcat.c index d2856e819..71d692fdc 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -787,7 +787,7 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx) { if ((mask_ctx->masks_cnt > 1) || (straight_ctx->dicts_cnt > 1)) { - event_log_error (hashcat_ctx, "Use of --skip/--limit is not supported with --increment or mask files."); + event_log_error (hashcat_ctx, "Use of --skip/--limit is not supported with --increment, mask files, or --stdout."); return -1; }