diff --git a/client/src/cmdparser.c b/client/src/cmdparser.c index fe7243c5e..fd85719af 100644 --- a/client/src/cmdparser.c +++ b/client/src/cmdparser.c @@ -194,6 +194,9 @@ bool IfPm3Zx8211(void) { void CmdsHelp(const command_t Commands[]) { if (Commands[0].Name == NULL) return; + + PrintAndLogEx(NORMAL, ""); + int i = 0; while (Commands[i].Name) { if (Commands[i].IsAvailable()) {