diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index 366ba219d..c0ae5f3da 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -175,6 +175,7 @@ int CmdHFSearch(const char *Cmd) { if (IfPm3Iclass()) { if (read_iclass_csn(false, false, false) == PM3_SUCCESS) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("iCLASS tag / PicoPass tag") " found\n"); + PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf iclass`") " commands\n"); res = PM3_SUCCESS; } }