wrong arrow

This commit is contained in:
iceman1001
2021-03-27 12:45:10 +01:00
parent 517b5867ff
commit d23eadb034

View File

@@ -404,7 +404,7 @@ static int CmdHF14AReader(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14a reader", CLIParserInit(&ctx, "hf 14a reader",
"Reader for ISO 14443A based tags", "Reader for ISO 14443A based tags",
"hf 14a reader -@ <- Continuous mode"); "hf 14a reader -@ -> Continuous mode");
void *argtable[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,
@@ -557,7 +557,7 @@ static int CmdHF14ACUIDs(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14a cuids", CLIParserInit(&ctx, "hf 14a cuids",
"Collect n>0 ISO14443-a UIDs in one go", "Collect n>0 ISO14443-a UIDs in one go",
"hf 14a cuids -n 5 <-- Collect 5 UIDs"); "hf 14a cuids -n 5 --> Collect 5 UIDs");
void *argtable[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,