pref savedefaultpaths uses cliparser, enabled but is not used in the fileutils yet.

This commit is contained in:
iceman1001
2021-01-09 22:44:09 +01:00
parent ee8309e09b
commit 8b7ef202c3
5 changed files with 209 additions and 231 deletions

View File

@@ -287,7 +287,7 @@ static int CmdHF14BCmdRaw(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14b raw",
"Sends raw bytes to card ",
"Sends raw bytes to card",
"hf 14b raw -cks --data 0200a40400 -> standard select\n"
"hf 14b raw -ck --sr --data 0200a40400 -> SRx select\n"
"hf 14b raw -ck --cts --data 0200a40400 -> C-ticket select\n"