From 9b2c69a00d81e8263489277a841eb7d369090097 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 18 Oct 2016 21:04:40 +0200 Subject: [PATCH] Bring error in case someone uses --show --- src/potfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/potfile.c b/src/potfile.c index 97ec8ab91..daedbb285 100644 --- a/src/potfile.c +++ b/src/potfile.c @@ -942,6 +942,7 @@ int potfile_remove_parse (hashcat_ctx_t *hashcat_ctx) int potfile_handle_show (hashcat_ctx_t *hashcat_ctx) { + event_log_error (hashcat_ctx, "The --show feature is currently not available"); return 0; }