mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
differentiate commands and sub-menus in help
This commit is contained in:
parent
502def6d63
commit
37239a7c4b
3 changed files with 10 additions and 10 deletions
|
@ -21,9 +21,9 @@ int CmdHFTune(const char *Cmd)
|
|||
static command_t CommandTable[] =
|
||||
{
|
||||
{"help", CmdHelp, 1, "This help"},
|
||||
{"14a", CmdHF14A, 1, "ISO14443A RFIDs"},
|
||||
{"14b", CmdHF14B, 1, "ISO14443B RFIDs"},
|
||||
{"15", CmdHF15, 1, "ISO15693 RFIDs"},
|
||||
{"14a", CmdHF14A, 1, "{ ISO14443A RFIDs... }"},
|
||||
{"14b", CmdHF14B, 1, "{ ISO14443B RFIDs... }"},
|
||||
{"15", CmdHF15, 1, "{ ISO15693 RFIDs... }"},
|
||||
{"tune", CmdHFTune, 0, "Continuously measure HF antenna tuning"},
|
||||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue