diff --git a/client/src/cmdhfseos.c b/client/src/cmdhfseos.c index c968c8b07..0a9d94e26 100644 --- a/client/src/cmdhfseos.c +++ b/client/src/cmdhfseos.c @@ -1982,13 +1982,13 @@ static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help"}, {"list", CmdHfSeosList, AlwaysAvailable, "List SEOS history"}, {"sam", CmdHfSeosSAM, IfPm3Smartcard, "SAM tests"}, - {"-----------", CmdHelp, IfPm3Iso14443a, "----------------------- " _CYAN_("Operations") " -----------------------"}, - {"info", CmdHfSeosInfo, IfPm3Iso14443a, "Tag information"}, - {"pacs", CmdHfSeosPACS, IfPm3Iso14443a, "Extract PACS Information from card"}, - {"write", CmdHfSeosWrite, IfPm3Iso14443a, "Write an ADF to the card"}, - {"adf", CmdHfSeosADF, IfPm3Iso14443a, "Read an ADF from the card"}, - {"gdf", CmdHfSeosGDF, IfPm3Iso14443a, "Read an GDF from card"}, - {"-----------", CmdHelp, AlwaysAvailable, "----------------------- " _CYAN_("Utils") " -----------------------"}, + {"-----------", CmdHelp, IfPm3Iso14443a, "---------------------- " _CYAN_("Operations") " ---------------------"}, + {"info", CmdHfSeosInfo, IfPm3Iso14443a, "Tag information"}, + {"pacs", CmdHfSeosPACS, IfPm3Iso14443a, "Extract PACS Information from card"}, + {"write", CmdHfSeosWrite, IfPm3Iso14443a, "Write an ADF to the card"}, + {"adf", CmdHfSeosADF, IfPm3Iso14443a, "Read an ADF from the card"}, + {"gdf", CmdHfSeosGDF, IfPm3Iso14443a, "Read an GDF from card"}, + {"-----------", CmdHelp, AlwaysAvailable, "------------------------ " _CYAN_("Utils") " ------------------------"}, {"managekeys", CmdHfSeosManageKeys, AlwaysAvailable, "Manage keys to use with SEOS commands"}, {NULL, NULL, NULL, NULL} };