This commit is contained in:
iceman1001 2021-05-20 10:31:00 +02:00
parent b9bf84dbf1
commit b974a07736
2 changed files with 4 additions and 5 deletions

View file

@ -397,7 +397,7 @@ int Hf14443_4aGetCardData(iso14a_card_select_t *card) {
static int CmdHF14AReader(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14a reader",
"Reader for ISO 14443A based tags",
"Act as a ISO-14443a reader to identify tag. Look for ISO-14443a tags until Enter or the pm3 button is pressed",
"hf 14a reader -@ -> Continuous mode");
void *argtable[] = {

View file

@ -119,14 +119,13 @@ static void print_service_code_list_constraints(void) {
/*
static int usage_hf_felica_sim(void) {
PrintAndLogEx(INFO, "\n Emulating ISO/18092 FeliCa tag \n");
PrintAndLogEx(INFO, "Usage: hf felica sim [h] t <type> [v]");
PrintAndLogEx(INFO, "Usage: hf felica sim -t <type> [-v]");
PrintAndLogEx(INFO, "Options:");
PrintAndLogEx(INFO, " h : This help");
PrintAndLogEx(INFO, " t : 1 = FeliCa");
PrintAndLogEx(INFO, " : 2 = FeliCaLiteS");
PrintAndLogEx(INFO, " v : (Optional) Verbose");
PrintAndLogEx(INFO, "Examples:");
PrintAndLogEx(INFO, " hf felica sim t 1 ");
PrintAndLogEx(INFO, " hf felica sim -t 1");
return PM3_SUCCESS;
}
*/
@ -259,7 +258,7 @@ int read_felica_uid(bool loop, bool verbose) {
static int CmdHFFelicaReader(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf felica reader",
"Reader for FeliCa based tags",
"Act as a ISO 18092 / FeliCa reader. Look for FeliCa tags until Enter or the pm3 button is pressed",
"hf felica reader -@ -> Continuous mode");
void *argtable[] = {