visual helptext

This commit is contained in:
iceman1001
2020-10-22 22:16:44 +02:00
parent 452ad19bb9
commit 6ffcc827a8
3 changed files with 6 additions and 2 deletions

View File

@@ -681,6 +681,7 @@ static int CmdConnect(const char *Cmd) {
}
static command_t CommandTable[] = {
{"-------------", CmdHelp, AlwaysAvailable, "----------------------- " _CYAN_("Hardware") " -----------------------"},
{"help", CmdHelp, AlwaysAvailable, "This help"},
{"connect", CmdConnect, AlwaysAvailable, "connect Proxmark3 to serial port"},
{"dbg", CmdDbg, IfPm3Present, "Set Proxmark3 debug level"},