cliparser doesnt like empty strings,

This commit is contained in:
iceman1001
2021-04-19 23:00:02 +02:00
parent 1871e7b9fb
commit c7e47a721d
3 changed files with 4 additions and 4 deletions

View File

@@ -1533,7 +1533,7 @@ int CmdEM4x05Unlock(const char *Cmd) {
arg_int0("n", NULL, NULL, "steps to skip"),
arg_int0("s", "start", "<us>", "start scan from delay (us)"),
arg_int0("e", "end", "<us>", "end scan at delay (us)"),
arg_str0("p", "pwd", "", "password (00000000)"),
arg_str0("p", "pwd", "<hex>", "password (def 00000000)"),
arg_lit0("v", "verbose", "verbose output"),
arg_param_end
};